f0ckv2/views/contact.html

8 lines
217 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="container">
<div class="contact">
2021-03-03 06:56:46 +00:00
<p>Got a problem? We have the answer: <a href="mailto:admin@f0ck.me">admin@f0ck.me</a></p>
2020-04-06 11:16:27 +00:00
</div>
2020-04-02 02:35:28 +00:00
</div>
2020-04-08 00:19:20 +00:00
{{include main/footer}}