27 lines
692 B
HTML
27 lines
692 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(ät)bluewin.ch
|
|
|
|
PGP Fingerprint: A892 F225 B376 1D68 F5B8 3F26 A783 A5B8 5050 C652
|
|
<a href="key.pgp">>> Download Public Key <<</a>
|
|
|
|
</pre>
|
|
<p class="prompt">guest@about-me:~$ </p>
|
|
<div class="cursor"></div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |