Files
about-me/index.html
2025-04-16 17:55:53 +02:00

27 lines
701 B
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>About Me</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="terminal-container">
<p class="prompt">guest@about-me:~$ cat about-me.txt</p>
<pre>
Name: Michael Lehmann
Mastodon: <a href="https://mastodontech.de/@michaellehmann" target="_blank">@michaellehmann@mastodontech.de</a>
Email: michaellehmann(at)bluewin.ch
PGP Fingerprint: A892 F225 B376 1D68 F5B8 3F26 A783 A5B8 5050 C652
<a href="key.pgp" target="_blank">Download Public Key</a>
</pre>
<p class="prompt">guest@about-me:~$ </p>
<div class="cursor"></div>
</div>
</body>
</html>