website/build/contact.html

59 lines
1.7 KiB
HTML
Raw Normal View History

2021-06-01 23:15:46 +02:00
<!doctype html>
<html lang="en">
<center>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="/static/stylesheet.css">
<title>Hello, this is my </title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<div class="menu">
<a href="/" style="text-decoration:none">Stefan Friese's Website</a>
</div>
2023-07-15 23:53:43 +02:00
<style>
/* Stylesheet 1 */
body { background: #2f333d; color: #979fad; }
hr{ color: #979fad; border-color: #979fad; }
pre { background: #282c34; color: #979fad; border: 1px solid #282c34; }
code { background: #282c34; color: #979fad; }
a:hover { color: #be5046; }
details > summary { background: #282c34; }
details > summary:hover { background: #2f333d; color: #979fad; }
::selection { background: #668799; }
::-moz-selection { background: #668799; }
</style>
2021-06-01 23:15:46 +02:00
<hr style="width: 36ch;"/>
<div class="menu">
<a href="/about.html" style="text-decoration:none">about&emsp;</a>
<a href="/contact.html" style="text-decoration:none">contact&emsp;</a>
<a href="/rss.xml" style="text-decoration:none">rss&emsp;</a>
<a href="https://git.stefan.works" style="text-decoration:none">git</a>
</div>
<br><br>
<p></p>
<hr/>
</center>
<p></p>
</head>
<body>
<div lang="en" class="content">
<div class="contact">
2022-05-31 00:19:36 +02:00
<p>My address is <b>mail at stefan.works</b></p>
2021-06-01 23:15:46 +02:00
<p>If there's something on your heart write me an email :)</p>
</div>
</div>
<div id="footer">
<hr/>
<p></p>
<center>
&copy; Stefan Friese
</center>
</div>
</body>
</html>