dairydemon.net/about.html

27 lines
738 B
HTML
Raw Normal View History

2024-05-27 19:39:07 +00:00
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
2024-10-05 23:57:50 +00:00
<link rel="stylesheet" href="/styles/default.css" />
2024-10-06 00:15:34 +00:00
<link rel="stylesheet" href="/styles/about.css" />
2024-10-05 23:57:50 +00:00
<link rel="icon" href="/images/favicon.ico" />
2024-08-05 01:40:26 +00:00
<title>About</title>
2024-05-27 19:39:07 +00:00
</head>
<body>
<header>
2024-10-06 00:15:34 +00:00
<p><a id="homelink" href="/">dairydemon.net</a></p>
</header>
2024-05-27 19:39:07 +00:00
<main>
<article>
<h1>About.</h1>
2024-10-05 23:57:50 +00:00
<img id="usbimg" src="/images/usb.jpg" alt="an unsettling comic showing
a man putting a usb dongle into his mouth and moving his face
with the connected mouse" width=320 height=393 />
2024-05-27 19:39:07 +00:00
<p>I'm in your walls.</p>
</article>
</main>
</body>
</html>