first
This commit is contained in:
43
index.html
Normal file
43
index.html
Normal file
@@ -0,0 +1,43 @@
|
||||
<!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>© 2026 Fwdme.dev · <a href="/privacy.txt">Privacy Policy</a></p>
|
||||
</footer>
|
||||
|
||||
<script type="module" src="main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user