27 lines
568 B
PHP
Executable File
27 lines
568 B
PHP
Executable File
<!-- 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>
|