hexlocation
775cbae281
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
35 lines
897 B
Text
35 lines
897 B
Text
<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... -->
|