add docs page and button to launch the app
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<title>SessionZero</title>
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
<link rel="icon" href="d20_no-bg_medium.png">
|
||||
</head>
|
||||
<body>
|
||||
<div class="page-container">
|
||||
@@ -15,7 +16,6 @@
|
||||
<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>
|
||||
@@ -25,7 +25,8 @@
|
||||
<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>
|
||||
<a href="https://web.sessionzero.app">Open SessionZero</a>
|
||||
<p>⚠️ SessionZero is still in development, but you can still access it while it's being developed! ⚠️</p>
|
||||
</section>
|
||||
|
||||
<section class="features">
|
||||
@@ -48,7 +49,7 @@
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<p>© 2025 SessionZero. All rights reserved.</p>
|
||||
<p>© 2025 Bellsworne LLC. All rights reserved. | Made with ❤️ by <a href="https://bellsworne.com/tech">Bellsworne Tech</a></p>
|
||||
</footer>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user