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" />
|
|
|
|
<link rel="stylesheet" href="styles.css" />
|
2024-05-28 02:44:16 +00:00
|
|
|
<link rel="icon" href="favicon.ico" />
|
2024-05-28 02:39:50 +00:00
|
|
|
<script src="elements.js" type="text/javascript" defer></script>
|
2024-08-05 01:40:26 +00:00
|
|
|
<title>About</title>
|
2024-05-27 19:39:07 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<dd-header></dd-header>
|
|
|
|
<main>
|
|
|
|
<article>
|
|
|
|
<h1>About.</h1>
|
|
|
|
<img id="usbimg" src="usb.jpg" alt="an unsettling comic showing a man
|
|
|
|
putting a usb dongle into his mouth and moving his face with
|
|
|
|
the connected mouse" />
|
|
|
|
<p>I'm in your walls.</p>
|
|
|
|
</article>
|
|
|
|
</main>
|
2024-05-27 19:39:25 +00:00
|
|
|
<dd-footer></dd-footer>
|
2024-05-27 19:39:07 +00:00
|
|
|
</body>
|
|
|
|
</html>
|