62 lines
3.6 KiB
HTML
62 lines
3.6 KiB
HTML
<!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/default.css" />
|
|
<link rel="stylesheet" href="/styles/index.css" />
|
|
<link rel="icon" href="/images/favicon.ico" />
|
|
<title>Dairy Demon</title>
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<div id="headermain">
|
|
<a id="homelink" href="/">dairydemon.net</a>
|
|
<p id="tagline">located several wrong turns off the Information Superhighway</p>
|
|
</div>
|
|
</header>
|
|
<main>
|
|
<article>
|
|
<h1>Hi.</h1>
|
|
<p>Welcome to one of the most boring websites on the internet.</p>
|
|
|
|
<p>Feel free to peruse any of the <em>six</em> (6) interesting things
|
|
on this site:</p>
|
|
<ul>
|
|
<li><a href="https://scm.dairydemon.net">my software forge</a></li>
|
|
<li><a href='mgs/mgs.html'>this Metal Gear Solid trivia game I made</a></li>
|
|
<li><a href='statsapi/index.html'>generated documentation for MLB's Stats API</a></li>
|
|
<li><a href='eulerbooks/eulerbooks.html'>Jupyter notebooks for the first 100 Project Euler problems</a></li>
|
|
<li><a href='taoup/taoup.html'>The Art of Unix Programming by Eric S. Raymond, converted to an epub</a></li>
|
|
<li><a href="mcalc/index.html">a modular arithmetic calculator</a></li>
|
|
</ul>
|
|
</article>
|
|
</main>
|
|
<footer>
|
|
<ul>
|
|
<li><a href="/about.html">about</a></li>
|
|
<li><a href="/attributions.html">attributions</a></li>
|
|
</ul>
|
|
<div id="badges">
|
|
<a href="https://creativecommons.org/licenses/by-sa/4.0/"><img class="badge" alt="CC BY-SA icon" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e5/CC_BY-SA_icon.svg/120px-CC_BY-SA_icon.svg.png" width="88" height="31" /></a>
|
|
<a href="https://www.linux.com/"><img class="badge" alt="Made on GNU/Linux badge" src="https://88x31.kate.pet/madeon_linux.gif" width="88" height="31" /></a>
|
|
<a href="https://debian.org"><img class="badge" alt="powered by Debian badge" src="https://upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Powered_by_Debian.svg/120px-Powered_by_Debian.svg.png" width="88" height="31" /></a>
|
|
<a href="https://www.gnu.org/"><img class="badge" alt="GNU badge" src="https://www.gnu.org/graphics/gnubanner-2.png" width="88" height="31" /></a>
|
|
<a href="https://www.vim.org/"><img class="badge" alt="Designed Using Vim badge" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e0/Icon-designed_using_vim.svg/120px-Icon-designed_using_vim.svg.png" width="88" height="31" /></a>
|
|
<a href="https://joinmastodon.org/"><img class="badge" alt="Leave Twitter; Join Mastodon badge" src="https://88x31.kate.pet/masto.gif" width="88" height="31" /></a>
|
|
<a href="https://en.wikipedia.org/wiki/Main_Page"><img class="badge" alt="Wikipedia badge" src="https://upload.wikimedia.org/wikipedia/commons/a/aa/Wikipedia-button_88x31.png" width="88" height="31" /></a>
|
|
<img class="badge" alt="graphic design is my passion badge" src="https://upload.wikimedia.org/wikipedia/commons/8/89/Graphicdesign.png" width="88" height="31" />
|
|
</div>
|
|
<p id="copyright">© 2025 filifa. This page is licensed under <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.</p>
|
|
<div id="gallery">
|
|
<img src="/images/watching.jpg" alt="cows with red eyes" width="64" height="64" />
|
|
<img src="/images/24GhostsIII.jpg" alt="street lights" width="64" height="64" />
|
|
<img src="/images/12GhostsII.jpg" alt="birds" width="64" height="64" />
|
|
<img src="/images/opte-small.png" alt="opte" width="64" height="64" />
|
|
<img src="/images/33GhostsIV.jpg" alt="birds" width="64" height="64" />
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|