39 lines
1.1 KiB
HTML
39 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">
|
|
<title>Shardwalker: The Mirror's Edge</title>
|
|
<link rel="stylesheet" href="shardwalkerMain.css">
|
|
</head>
|
|
<body>
|
|
<nav class="navbar">
|
|
<a href="index.html">Home</a> |
|
|
<a href="servermanager.html">Server Manager</a> |
|
|
<a href="shardwalker.html">Shardwalker</a>
|
|
</nav>
|
|
|
|
<div class="container">
|
|
<header>
|
|
<h1>Shardwalker: The Mirror's Edge</h1>
|
|
<p>A tactical action-RPG exploring fractured realities.</p>
|
|
</header>
|
|
<main>
|
|
<section>
|
|
<h2>Game Features</h2>
|
|
<ul>
|
|
<li>Shard-switching combat mechanics</li>
|
|
<li>Deep narrative-driven adventure</li>
|
|
</ul>
|
|
<img src="img/mainmenu.png" alt="Shardwalker Main Menu" class="promo-image">
|
|
<br><br>
|
|
<button onclick="window.location.href='https://your-demo-download.com'">Download Demo</button>
|
|
</section>
|
|
</main>
|
|
</div>
|
|
|
|
<footer>
|
|
<p>© 2025 Obli.Studios. All rights reserved.</p>
|
|
</footer>
|
|
</body>
|
|
</html> |