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