Gitea 720dcc89eb Layout redesign.
- In a seperate commit from the stylesheet changes. Work in progress.
2020-06-22 03:44:55 -04:00

22 lines
441 B
PHP
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<title>Quartznet | Sirius</title>
<?php include "../includes/head.php" ?>
</head>
<body>
<?php include "../includes/header.php" ?>
<main>
<section class="content container">
<h1>Sirius game</h1>
<p>Sirius game. Work in progress</p>
<a href="https://quartznet.info/presskit">Presskit</a>
</section>
</main>
<?php include "../includes/footer.php" ?>
</body>
</html>