f0ckv2/views/contact.html

7 lines
273 B
HTML
Raw Normal View History

2020-04-08 00:19:20 +00:00
{{include main/header}}
2020-04-06 11:16:27 +00:00
<div class="contact">
2021-04-17 08:43:23 +00:00
<h5>f0ck Contact</h5>
<p>Whatever it is, we might have a answer, even though it might not be the one you were looking for: <a href="mailto:admin@f0ck.me">admin@f0ck.me</a></p>
2020-04-06 11:16:27 +00:00
</div>
2020-04-08 00:19:20 +00:00
{{include main/footer}}