This repository has been archived on 2021-05-20. You can view files and clone it, but cannot push or open issues or pull requests.
website/gpg-fingerprints/index.html

45 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<!--#include file="/head.html" -->
<title>GPG Fingerprints - bbaovanc's Website</title>
<meta name="subject" content="GPG Fingerprints - bbaovanc's Website" />
<meta name="description" content="Fingerprint of my GPG key" />
<meta name="url" content="https://bbaovanc.com/gpg-fingerprints/" />
<meta name="reply-to" content="contact@bbaovanc.com" />
<meta name="og:type" content="website" />
<meta name="og:title" content="GPG Fingerprints - bbaovanc's Website" />
<meta name="og:url" content="https://bbaovanc.com/contact/" />
<meta name="og:site_name" content="GPG Fingerprints - bbaovanc's Website" />
<meta name="og:description" content="Fingerprint of my GPG key" />
<meta name="og:email" content="contact@bbaovanc.com" />
<meta name="og:image" content="/bbaovanc-1024.png" />
</head>
<body>
<!--#include file="/header.html" -->
<!--#include file="/navbar.html" -->
<div class="row">
<div class="main">
<h3>My GPG Key Fingerprints</h3>
<pre>
<code>
pub rsa4096 2020-08-31 [SC]
CB7C CED9 209E 47B9 B99B 8E1D 1808 9E4E 3CCF 1D3A
uid [ultimate] BBaoVanC &lt;bbaovanc@bbaovanc.com&gt;
uid [ultimate] BBaoVanC &lt;github@bbaovanc.com&gt;
sub rsa4096 2020-08-31 [E]
</code>
</pre>
</div>
</div>
<!--#include file="/footer.html" -->
</body>
</html>