sessionzero.app/index.html
2025-06-24 23:11:19 -05:00

56 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="UTF-8">
<title>SessionZero</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="page-container">
<header>
<nav>
<div class="nav-content">
<a href="#" class="logo-container">
<img src="d20_no-bg_medium.png" alt="SessionZero Logo" class="logo-placeholder">
<div class="logo-text">SessionZero</div>
<link rel="icon" href="d20_no-bg_medium.png">
</a>
</div>
</nav>
</header>
<main>
<section class="hero">
<h1>SessionZero</h1>
<p class="tagline">A TTRPG companion that gets out of your way</p>
<a href="https://git.bellsworne.tech/Bellsworne/SessionZeroWeb">Work in progress—View the source code</a>
</section>
<section class="features">
<h2>Features</h2>
<div class="feature-grid">
<div class="feature-card">
<h3>Characters</h3>
<p>Simple character system where you decide the details.</p>
</div>
<div class="feature-card">
<h3>Sessions</h3>
<p>Manage your games and players online or at the table.</p>
</div>
<div class="feature-card">
<h3>System Agnostic</h3>
<p>You pick the rules and content, not us.</p>
</div>
</div>
</section>
</main>
<footer>
<p>&copy; 2025 SessionZero. All rights reserved.</p>
</footer>
</div>
</body>
</html>