First draft of a website
This commit is contained in:
14
templates/index.html
Normal file
14
templates/index.html
Normal 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>
|
Reference in New Issue
Block a user