Initial commit

This commit is contained in:
Gitea
2020-01-31 06:17:49 -05:00
commit 0d798846b0
26 changed files with 1499 additions and 0 deletions

37
index.php Executable file
View File

@ -0,0 +1,37 @@
<!-- 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>