iwakuweb/templates.old/verify.html.tera

36 lines
897 B
Text
Raw Normal View History

2024-10-05 00:48:55 +02:00
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="main-content">
<p id="title">Make sure to verify our PGP keys when communicating with us.</p>
<a href="/assets/pgp/hex.txt" style="text-decoration: none">hex</a>
<a href="/assets/pgp/andre.txt" style="text-decoration: none">andre</a>
<p>Please encrypt any messages containing important details towards using our PGP keys. Thank you.</p>
</div>
</body>
<style>
:root {
--term-color: #4AF626;
}
#title {
font-weight: bold;
}
#main-content {
border: 1px var(--term-color) solid;
max-width: 50vw;
margin: auto;
}
@font-face {
font-family: "Hack Nerd Font";
src: url(/assets/ttf/HNF-Reg.ttf);
}
body {
text-align: center;
color: var(--term-color);
font-family: "Hack Nerd Font";
background-color: black;
}
</style>
<!-- I'm on your side... -->