marketing-website/index.html
2026-05-28 23:53:52 +02:00

48 lines
2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<img src="border_top.png">
<section>
<h1>A Dungeon Is Unearthed</h1>
<h2>Will you descend?</h2>
</section>
<section class="split">
<img src="explorer1.png">
<div>
<h2>Face the depths</h2>
<p>Many have gone before you, none returned. Will you be the first to reach the centre of the labyrinth and re-emerge a hero?</p>
<p>Delve Into the Deep is a roguelike dungeon crawler where every step matters and death lurks around every corner.</p>
<a href="index.html"><h3>Delve into the deep ></h3></a>
</div>
</section>
<section class="split">
<div>
<h2>Explore the Endless Labyrinth</h2>
<p>Your weapons dull and your armor dents, but your knowledge will last, beyond even death.</p>
<p>Discover the endless item combinations, monsters, and secret routes of the dungeon to give your next run the upper hand.</p>
<p>The equipment you can gather, and the party that delves will change from run to run, but the layout will remain the same. By learning the routes you can gain the upper hand on, or avoid, your foes.</p>
</div>
<img src="explorer2.png">
</section>
<section class="split">
<img src="explorers.png">
<div>
<h2>Join the Community</h2>
<p>Share your knowledge and experience, learn from others, delve together.</p>
<h3><a href="index.html">Join our Discord ></a></h3>
</div>
</section>
<section>
<p>
<a href="index.html">Download Press Package</a> |
<a href="index.html">Contact</a>
</p>
<p>
Copyright 2022-2026 Objectionable Solutions
</p>
</section>
</body>
</html>