30 lines
800 B
PHP
Executable File
30 lines
800 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>
|