49 lines
1.3 KiB
HTML
49 lines
1.3 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>Fwdme 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">
|
|
<li class="service-card">
|
|
<h3>Binit</h3>
|
|
<p>A simple paste service.</p>
|
|
<a href="https://binit.fwdme.dev/ class="service-link">Open →</a>
|
|
</li>
|
|
</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>© 2026 Fwdme.dev · <a href="/privacy.txt">Privacy Policy</a></p>
|
|
</footer>
|
|
|
|
<script type="module" src="main.js"></script>
|
|
</body>
|
|
</html>
|