Gitea 720dcc89eb Layout redesign.
- In a seperate commit from the stylesheet changes. Work in progress.
2020-06-22 03:44:55 -04:00

27 lines
792 B
PHP
Executable File

<!DOCTYPE html>
<html lang="en">
<head>
<title>Quartznet | Contact</title>
<?php include "../includes/head.php" ?>
</head>
<body>
<?php include "../includes/header.php" ?>
<main>
<section class="container">
<h2>Contact</h2>
<p>We can be reached at contact@quartznet.com. If you are requesting a key for reviewing, steaming, or youtube, as well as all other legitimate purposes, please be sure to include a link to your channel or website.</p>
<p>Feel free to contact us via email if you want to get in touch.</p>
<p>Some of the team members also actively participate at the community subreddit and the Discord server.</p>
<p>You can also subscribe to our blog.</p>
</section>
</main>
<?php include "../includes/footer.php" ?>
</body>
</html>