f0ckv2/views/contact.html

7 lines
273 B
HTML
Raw Normal View History

2020-04-08 02:19:20 +02:00
{{include main/header}}
2020-04-06 13:16:27 +02:00
<div class="contact">
2021-04-17 10:43:23 +02: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 13:16:27 +02:00
</div>
2020-04-08 02:19:20 +02:00
{{include main/footer}}