18 lines
509 B
HTML
18 lines
509 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! (2024?)</h1>
|
|
<div class="bottom">
|
|
<p>For any info, please contact alexandru.pentilescu@disroot.org</p>
|
|
<p class="small">My personal public key fingerprint:
|
|
<img src={{ url_for('static', filename='pubkey.png') }} style="width:48px;height:48px;">
|
|
</p>
|
|
</div>
|
|
</body>
|
|
</html>
|