Added assumed date of my death
This commit is contained in:
@ -1,17 +1,24 @@
|
||||
<!DOCTYPE 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>
|
||||
<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>
|
||||
<h1 class="center">Coming soon! (2024?)</h1>
|
||||
<a href="https://www.death-clock.org">
|
||||
<img src="https://www.death-clock.org/makeimg.php?dod=Saturday, 30th July&yod=2050&aod=Age 57"
|
||||
alt="My Death Clock quiz results" width="220" height="180" border="0" />
|
||||
</a>
|
||||
<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>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user