Files
alexandru.pentilescu.com/templates/index.html
2021-08-22 15:50:01 +03:00

15 lines
345 B
HTML

<!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>