21 lines
426 B
PHP
Executable File
21 lines
426 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 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>
|