Change the placeholder Self hosted services link that didn't work outside the local network with a link to our new Stoat instance.
43 lines
1.7 KiB
HTML
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="Available via invite" class="fancy-btn" href="https://stoat.angry.hair"><h1>💬</h1><br/>Stoat Instance</a>
|
|
</div>
|
|
</main>
|
|
|
|
<footer>
|
|
<p>angry dot hair • Hosted from the closet using UPDOG™ technology. UPDOG™ 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>
|