dairydemon.net/about.html

27 lines
686 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-06 03:13:41 +00:00
<img id="aboutimg" src="/images/loveland-frog.png" alt="an artist's
rendering of the Loveland frog monster" width=944 height=850
/>
2024-05-27 19:39:07 +00:00
<p>I'm in your walls.</p>
</article>
</main>
</body>
</html>