diff options
author | Julian T <julian@jtle.dk> | 2020-10-22 21:07:47 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-10-22 21:07:47 +0200 |
commit | 39ddf5d82181a0a3fcbfd91ce4efbcc79c3d0f77 (patch) | |
tree | 14ddd89ceeeaaf6ad488e40597f6eaec862afcae | |
parent | 9699ce04a7e1e10dc2a5b7e5fcf3f06e1e82dce0 (diff) |
Made index.html compliant
-rw-r--r-- | index.html | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -1,3 +1,4 @@ +<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> @@ -29,6 +30,7 @@ body { <a href="https://jtle.dk/walls/index.html">Pictures</a> | <a href="https://git.jtle.dk/pixelsort/about/">Pixelsorter</a> </p> + </div> <div id="contact"> <hr> <h3>Contact</h3> @@ -36,16 +38,15 @@ body { <p><b>Email:</b> julian@jtle <i>dot</i> dk</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"> + <p><b>Fingerprint:</b></p> + <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> +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> + </pre> </div> </body> </html> |