Site layout changes and more flexbox experiements with CSS.
This commit is contained in:
@ -1,20 +1,24 @@
|
||||
<!-- Quartznet home page -->
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<title>Quartznet</title>
|
||||
|
||||
<?php include "../includes/head.php" ?>
|
||||
<head>
|
||||
<title>Quartznet | Sirius</title>
|
||||
|
||||
<?php include "../includes/head.php" ?>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?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>
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user