Files
fwdme.dev/index.html
callum 2c456a1279 first
2026-03-10 17:05:22 +00:00

44 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#0f0f0f" />
<title>Fwdme.dev</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<nav>
<a href="/" class="logo">Fwdme.dev</a>
</nav>
</header>
<main>
<section class="hero">
<h1>A home for services.</h1>
<p>A place for me where i host things for myself and others</p>
</section>
<section class="services">
<h2 class="section-title">Services</h2>
<ul class="service-grid">
</ul>
</section>
<section class="services">
<h2 class="section-title">Delegated Services</h2>
<p class="section-note">These services are hosted for others. I do not operate them directly and take no responsibility for their content or availability.</p>
<ul class="service-grid">
</ul>
</section>
</main>
<footer>
<p>&copy; 2026 Fwdme.dev &middot; <a href="/privacy.txt">Privacy Policy</a></p>
</footer>
<script type="module" src="main.js"></script>
</body>
</html>