33 lines
879 B
HTML
33 lines
879 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<link rel="stylesheet" href="./styles/home.css" />
|
|
<title>PGP Key — Eryn Wells</title>
|
|
<style type="text/css">
|
|
#key-download p:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<header id="masthead">
|
|
<h1>PGP Key</h1>
|
|
|
|
<div id="key-info">
|
|
<p>Click the button below to download an ASCII version of my PGP key. You can also find my key on the MIT key
|
|
server.</p>
|
|
|
|
<div id="key-download">
|
|
<a class="btn btn-primary" href="https://www.erynwells.me/erynofwales.gpg">Download PGP Key</a>
|
|
<p><code>7BDF 859E 4100 1C15 1A9F 0B11 FF6C 66F5 E56D 0154</code></p>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
<div class="navi">
|
|
<a href="./index.html">Home</a>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|