56 lines
2.3 KiB
HTML
56 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Benjamin Wiegand</title>
|
|
<link rel="stylesheet" href="/style.css">
|
|
</head>
|
|
<body>
|
|
<div class="general-content filler-div">
|
|
<h1>404 - Not found</h1>
|
|
<p>there's nothing here</p>
|
|
<a href="/">Back to homepage</a>
|
|
</div>
|
|
<footer>
|
|
<div class="footer-info">
|
|
🄯 Copyleft 2024 Benjamin Wiegand
|
|
</div>
|
|
<div class="footer-logo">
|
|
> insert cool logo here <
|
|
</div>
|
|
<div class="footer-contact">
|
|
<noscript>
|
|
<div class="spam-manifesto">
|
|
<p>
|
|
To protect against email spam, <b>please enable javascript</b> to view my contact email.
|
|
</p>
|
|
<div class="poem">
|
|
<p>
|
|
<small>
|
|
I do not like canned email spam<br>
|
|
I do not like it <a href="mailto:spam.i.am@wiegand.biz">spam.i.am</a>
|
|
</small>
|
|
</p>
|
|
</div>
|
|
<p>
|
|
Important: contacting <a href="mailto:spam.i.am@wiegand.biz">spam.i.am</a> <b>will list you as spam</b>!<br>
|
|
Robots will not read this and email it anyways.
|
|
</p>
|
|
</div>
|
|
</noscript>
|
|
<p class="spam-manifesto spam-sandwich">
|
|
Please refrain from contacting <a href="mailto:spam.i.am@wiegand.biz">spam.i.am@wiegand.biz</a>, as this <b>will list you as spam</b>!<br>
|
|
This text <i>should</i> be invisible to humans, but not robots.
|
|
</p>
|
|
<div class="spam-honeypot spam-email anti-spam" id="CONT"></div>
|
|
<script src="/ob.js"></script>
|
|
<p class="spam-manifesto spam-sandwich">
|
|
Once again, please refrain from contacting <a href="mailto:spam.i.am@wiegand.biz">spam.i.am@wiegand.biz</a>, this <b>will list you as spam</b>!<br>
|
|
This text <i>should</i> be invisible to humans, but not robots.
|
|
</p>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|