Test
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
$title = 'Contact';
|
||||
include $_SERVER['DOCUMENT_ROOT'] . '/includes/head.php';
|
||||
?>
|
||||
<body class="bg-[#0a0a0a] text-white min-h-screen">
|
||||
<?php include $_SERVER['DOCUMENT_ROOT'] . '/includes/nav.php'; ?>
|
||||
|
||||
<main class="pt-16">
|
||||
<div class="max-w-3xl mx-auto px-4 sm:px-6 py-12">
|
||||
<h1 class="text-2xl mb-3">Contact</h1>
|
||||
<p class="text-neutral-400 text-sm mb-12">Get in touch.</p>
|
||||
<a href="mailto:admin@sistav.com" class="text-neutral-300 hover:text-white transition-colors text-sm">
|
||||
admin@sistav.com
|
||||
</a>
|
||||
</div>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user