Added assumed date of my death

This commit is contained in:
2024-12-06 20:38:29 +02:00
parent 8e4669238d
commit f39f421160

View File

@ -1,17 +1,24 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<link rel="stylesheet" href={{ url_for('static', filename='styles.css') }}> <link rel="stylesheet" href={{ url_for('static', filename='styles.css' ) }}>
<title>One day, we will be there</title> <title>One day, we will be there</title>
</head> </head>
<body> <body>
<h1 class="center">Coming soon! (2024?)</h1> <h1 class="center">Coming soon! (2024?)</h1>
<div class="bottom"> <a href="https://www.death-clock.org">
<p>For any info, please contact alexandru.pentilescu@disroot.org</p> <img src="https://www.death-clock.org/makeimg.php?dod=Saturday, 30th July&yod=2050&aod=Age 57"
<p class="small">My personal public key fingerprint: alt="My Death Clock quiz results" width="220" height="180" border="0" />
<img src={{ url_for('static', filename='pubkey.png') }} style="width:48px;height:48px;"> </a>
</p> <div class="bottom">
</div> <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> </body>
</html>
</html>