Added public key fingerprint

This commit is contained in:
2021-08-22 19:43:55 +03:00
parent dfd8cc2f3c
commit 0c573d1133
3 changed files with 7 additions and 0 deletions

BIN
static/pubkey.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 573 B

View File

@ -23,3 +23,7 @@ body {
text-align: right; text-align: right;
padding: 10px; padding: 10px;
} }
.small {
font-size: 14px;
}

View File

@ -9,6 +9,9 @@
<h1 class="center">Coming soon! (2022?)</h1> <h1 class="center">Coming soon! (2022?)</h1>
<div class="bottom"> <div class="bottom">
<p>For any info, please contact alexandru.pentilescu@disroot.org</p> <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> </div>
</body> </body>
</html> </html>