:: rewrite ::
This commit is contained in:
parent
e30a136cc2
commit
775cbae281
23 changed files with 724 additions and 326 deletions
35
templates.old/verify.html.tera
Normal file
35
templates.old/verify.html.tera
Normal file
|
@ -0,0 +1,35 @@
|
|||
<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... -->
|
Loading…
Add table
Add a link
Reference in a new issue