38 lines
982 B
PHP
Executable File
38 lines
982 B
PHP
Executable File
<!-- Quartznet home page -->
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<title>Quartznet</title>
|
|
|
|
<?php include "includes/head.php" ?>
|
|
<?php include "includes/header.php" ?>
|
|
|
|
<main class="container">
|
|
<section>
|
|
<h1>Sirius</h1>
|
|
<a href="/quartznet/sirius"><img class="img-fluid rounded mb-4 mb-lg-0" src="https://placehold.it/900x400" alt=""></a>
|
|
<p>A 2D sci-fi game about wannabe space captain trying to find their path.</p>
|
|
<p>Stores: Steam, Itch</p>
|
|
<p>Platforms: Windows, Mac, Linux</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h1>Coming soon</h1>
|
|
<a href="/quartznet/sirius"><img class="img-fluid rounded mb-4 mb-lg-0" src="https://placehold.it/900x400" alt=""></a>
|
|
|
|
<div class="row">
|
|
<div class="col-sm">
|
|
<p>More text here soonTM.</p>
|
|
</div>
|
|
<div class="col-sm">
|
|
<p>Stores: Steam, Itch</p>
|
|
<p>Platforms: Windows, Mac, Linux</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
<?php include "includes/footer.php" ?>
|
|
|
|
</html>
|