Initial commit
This commit is contained in:
20
sirius/index.php
Executable file
20
sirius/index.php
Executable 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>
|
Reference in New Issue
Block a user