22 lines
441 B
PHP
Executable File
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>
|