10 lines
316 B
Plaintext
10 lines
316 B
Plaintext
<!doctype html>
|
|
<html>
|
|
{{template "head" .}}
|
|
<body class="px-6">
|
|
<h1 class="py-4 text-4xl semibold tracking-tight font-sans">Contact Page</h1>
|
|
<p>To get in touch, email me at <a class="underline" href="mailto:example@example.com">example@example.com</a></p>
|
|
{{template "footer" .}}
|
|
</body>
|
|
</html>
|