Fred Boniface
578e4377a4
Merge backwards compatible changes before beginning destructive changes. Co-authored-by: fred.boniface <fred@fjla.uk> Reviewed-on: #1
23 lines
451 B
PHP
23 lines
451 B
PHP
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
<head>
|
|
<?php include "./page-blocks/head.php"; ?>
|
|
<title>GPG/PGP</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<?php include "./page-blocks/menu.php"; ?>
|
|
|
|
<h1 class="page-title">Keys</h1>
|
|
<div class="page-main-content">
|
|
<p>
|
|
<a href="/downloads/f.boniface_ed25519.pub">Download SSH Public Key</a>
|
|
</p>
|
|
</div>
|
|
|
|
<?php include "./page-blocks/footer.php"; ?>
|
|
|
|
</body>
|
|
</html>
|