Reformat files
This commit is contained in:
@ -1,35 +1,37 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>GPG Fingerprints - bbaovanc's Website</title>
|
||||
<link rel="stylesheet" href="../style.css">
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||
<link rel="alternate icon" href="/favicon.ico">
|
||||
<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" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
<h1>bbaovanc's Website</h1>
|
||||
</div>
|
||||
<div class="navbar">
|
||||
<a href="/">Home</a>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="main">
|
||||
<h3>My GPG Key Fingerprints</h3>
|
||||
<pre>
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>GPG Fingerprints - bbaovanc's Website</title>
|
||||
<link rel="stylesheet" href="../style.css" />
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||
<link rel="alternate icon" href="/favicon.ico" />
|
||||
<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" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="header">
|
||||
<h1>bbaovanc's Website</h1>
|
||||
</div>
|
||||
<div class="navbar">
|
||||
<a href="/">Home</a>
|
||||
</div>
|
||||
<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
|
||||
@ -38,10 +40,10 @@ uid [ultimate] BBaoVanC <github@bbaovanc.com>
|
||||
sub rsa4096 2020-08-31 [E]
|
||||
</code>
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--#include file="/footer.html" -->
|
||||
<!--#include file="/footer.html" -->
|
||||
</body>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user