blob: b1e255b517bcb1fbbc662e7ed8fa8bdecb28a068 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
<html>
<head>
<title>Julian site</title>
<link rel="icon" href="/favicon.png">
<meta name="robots" content="noindex,nofollow">
</head>
<body>
<h1>Julian T.</h1>
<!-- Not using these id for anything. But i like they are here -->
<div id="text">
<p>Currently not sure what to include on this page. So it just contains some contact info</p>
</div>
<div id="contact">
<hr>
<h2>Contact</h2>
<p><b>Email:</b> julian@<i>this.domain</i></p>
<p><b>Irc:</b> jtle on <a href="https://freenode.net/">Freenode</a></p>
<p><b>GPG key:</b> <a href="/key.gpg">key.gpg</a></p>
<p><b>Fingerprint:</b> <br>
<pre style="font-family: monospace">
pub rsa4096 2019-05-14 [C]
950B E864 6008 1952 5DA4 9C09 9E44 42B6 BE0C E332
uid [ultimate] Julian T (Main Primary key) <lookabove>
sub rsa2048 2019-05-14 [S] [expires: 2022-01-21]
sub rsa2048 2019-05-14 [E] [expires: 2022-01-21]
sub rsa3072 2019-06-20 [A] [expires: 2022-01-21]
</pre>
</p>
</div>
</body>
</html>
|