First draft of a website

This commit is contained in:
2021-08-22 15:50:01 +03:00
parent a907acf175
commit dfd8cc2f3c
3 changed files with 46 additions and 0 deletions

14
templates/index.html Normal file
View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href={{ url_for('static', filename='styles.css') }}>
<title>One day, we will be there</title>
</head>
<body>
<h1 class="center">Coming soon! (2022?)</h1>
<div class="bottom">
<p>For any info, please contact alexandru.pentilescu@disroot.org</p>
</div>
</body>
</html>