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

20
sirius/index.php Executable file
View File

@ -0,0 +1,20 @@
<!-- 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 class="content">
<h1>Sirius game</h1>
<p>Sirius game. Work in progress</p>
<p><a href="https://quartznet.info/presskit">Presskit</p>
</section>
</main>
<?php include "../includes/footer.php" ?>
</html>