2023-01-20 19:09:49 +01:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<title>Contact - Johannes Olzem</title>
|
|
|
|
<meta name="description" content="Johannes Olzem's Webspace.">
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link rel="stylesheet" href="/css/style.css">
|
2023-01-20 19:49:32 +01:00
|
|
|
<link rel="icon" href="/favico.ico">
|
2023-01-20 19:09:49 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root">
|
|
|
|
<header>
|
|
|
|
<h1>Johannes Olzem's Webspace</h1>
|
|
|
|
</header>
|
|
|
|
<nav>
|
|
|
|
<a href="/">Home</a>
|
|
|
|
<a href="/blog/">Blog</a>
|
|
|
|
<a href="/about/">About Me</a>
|
|
|
|
<a href="#">Contact</a>
|
|
|
|
<a href="/donate/">Donate</a>
|
|
|
|
</nav>
|
|
|
|
<main>
|
|
|
|
<h2>Contact</h2>
|
|
|
|
<p>
|
|
|
|
Email me:
|
|
|
|
<a href="mailto:jolzem@pm.me?subject=Hi!" target="_blank">jolzem@pm.me</a>
|
|
|
|
</p>
|
|
|
|
</main>
|
|
|
|
<footer>
|
|
|
|
<h6><a href=""><script>document.write(window.location.href);</script></a></h6>
|
|
|
|
</footer>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|