Initial commit

This commit is contained in:
Gitea
2020-01-31 06:17:49 -05:00
commit 0d798846b0
26 changed files with 1499 additions and 0 deletions

26
about/index.php Executable file
View File

@ -0,0 +1,26 @@
<!-- Quartznet faq page -->
<!DOCTYPE html>
<html lang="en">
<title>Quartznet | FAQ</title>
<?php include "../includes/head.php" ?>
<?php include "../includes/header.php" ?>
<main class="container">
<section>
<h3>Frequently Asked Questions</h3>
<br>
<h3>Who are we?</h3>
<p>A small team that enjoys tinkering with software and making games and tools.</p>
<br>
<h3>Contact</h3>
<p>Feel free to contact us via email if you want to get in touch.</p>
<br>
<h3>Insert content here</h3>
</section>
</main>
<?php include "../includes/footer.php" ?>
</html>