14 lines
401 B
HTML
14 lines
401 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Null</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
<meta name="author" content="andrewfoll@protonmail.com"/>
|
|
<link rel="shortcut icon" href="./images/favicon.png"/>
|
|
</head>
|
|
<body>
|
|
<h2>Hello, World!</h2>
|
|
<p>You can download my pgp public key by clicking <a href="./nullablepgpkey.pub">here</a>.</p>
|
|
</body>
|
|
</html>
|