jolzem.com/contact/index.html

39 lines
1008 B
HTML
Raw Normal View History

<!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'>
<link rel='icon' href='/favico.ico'>
</head>
<body>
<header>
2024-05-15 12:08:00 +02:00
<a href='/' class='home-ref'>
<img src='/assets/logo.png' alt='Johannes Olzem'>
<span>Johannes Olzem</span>
</a>
<nav>
<a href='/blog/'>Blog</a>
<a href='/about/'>About Me</a>
<a href='/contact/'>Contact</a>
</nav>
</header>
2024-05-15 12:08:00 +02:00
<main class='full'>
<h2>Contact</h2>
<p>
Email me:
<a href='mailto:jolzem@pm.me?subject=Hi!' target='_blank'>jolzem@pm.me</a>
</p>
2024-01-07 11:57:59 +01:00
<br>
<p>
Find me on <a href='https://github.com/jolzem'>GitHub</a>.
</p>
</main>
<footer>
<h6><a href><script>document.write(window.location.href);</script></a></h6>
</footer>
</body>
</html>