Website/index.html
OriginalUsername843 771f354d74 Initial Commit
2026-05-26 12:19:08 -06:00

43 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>angry.hair | Self-hosted Server Fury</title>
<meta name="description" content="Home-hosted servers with attitude. Join the rage. Connect to Forgejo, Immich, Minecraft, and more." />
<!-- Favicon (optional angry hair icon) -->
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>💇🏽‍♂️</text></svg>">
<!--libcodef-->
<script src="lib/codef_core.js"></script>
<script src="lib/codef_scrolltext.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div id="main"></div>
<div id="main2"></div>
<p class="glitch" style="margin-top: 1rem; font-size: 1.1rem; color: #ff9999;">
Self-Hosted Stuff.
</p>
</header>
<main>
<div class="grid">
<a title="Public game servers" class="fancy-btn" href="games.html"><h1>🎮</h1><br/>Game Servers</a>
<a title="Self-hosted services available via invite" class="fancy-btn" href="https://angry.hair"><h1>⚙️</h1><br/>Self-hosted Services</a>
</div>
</main>
<footer>
<p>angry dot hair • Hosted from the closet using UPDOG&trade; technology. UPDOG&trade; is a GeoCities Brand • <span style="color:#ff4d4d;">No support. Only play.</span></p>
<p style="margin-top: 0.5rem; font-size: 0.8rem; color: #660000;">
Uptime not guaranteed. Hair may explode.
</p>
</footer>
<script src="script.js"></script>
</body>
</html>