2024-03-19 20:33:14 -05: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 18:57:50 -05:00
< link rel = "stylesheet" href = "/styles/default.css" / >
2024-10-05 19:15:34 -05:00
< link rel = "stylesheet" href = "/styles/index.css" / >
2024-10-05 18:57:50 -05:00
< link rel = "icon" href = "/images/favicon.ico" / >
2024-03-19 20:33:14 -05:00
< title > Dairy Demon< / title >
< / head >
< body >
2024-10-05 18:36:39 -05:00
< header >
2025-12-29 18:40:15 -05:00
< img id = "headerimg" src = "/images/watching.jpg" alt = "cows with red eyes" width = "128" height = "128" / >
2024-10-05 18:36:39 -05:00
< div id = "headermain" >
2025-12-29 17:05:11 -05:00
< a id = "homelink" href = "/" > dairydemon.net< / a >
2025-09-03 19:35:37 -04:00
< p id = "tagline" > located several wrong turns off the Information Superhighway< / p >
2024-10-05 18:36:39 -05:00
< / div >
< / header >
2024-03-19 20:33:14 -05:00
< main >
< article >
< h1 > Hi.< / h1 >
< p > Welcome to one of the most boring websites on the internet.< / p >
2025-12-27 19:32:04 -05:00
< p > Feel free to peruse any of the < em > five< / em > (5) interesting things
2025-04-07 19:08:57 -04:00
on this site:< / p >
< ul >
2025-09-03 19:35:37 -04:00
< li > < a href = "https://scm.dairydemon.net" > my software forge< / a > < / li >
2025-04-07 19:08:57 -04:00
< li > < a href = 'mgs/mgs.html' > this Metal Gear Solid trivia game I made< / a >
< li > < a href = 'statsapi/index.html' > generated documentation for MLB's Stats API< / a >
2025-07-27 13:57:17 -04:00
< li > < a href = 'eulerbooks/eulerbooks.html' > Jupyter notebooks for the first 100 Project Euler problems< / a >
2025-12-27 19:32:04 -05:00
< li > < a href = 'taoup/taoup.html' > The Art of Unix Programming by Eric S. Raymond, converted to an epub< / a >
2025-04-07 19:08:57 -04:00
< / ul >
2024-03-19 20:33:14 -05:00
< / article >
< / main >
2024-10-05 18:36:39 -05:00
< footer >
< ul >
< li > < a href = "/about.html" > about< / a > < / li >
< li > < a href = "/attributions.html" > attributions< / a > < / li >
< / ul >
2025-12-28 23:40:17 -05:00
< 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 >
2025-12-29 14:08:56 -05:00
< 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" / >
2025-12-28 23:40:17 -05:00
< / div >
2024-10-05 18:36:39 -05:00
< / footer >
2024-03-19 20:33:14 -05:00
< / body >
< / html >