f0ckv2/views/contact.html

20 lines
620 B
HTML
Raw Normal View History

2020-04-06 11:16:27 +00:00
<!doctype f0ck>
2020-04-02 02:35:28 +00:00
<html>
<head>
<title>f0ck! I need contact!</title>
<link rel="icon" type="image/png" href="./s/img/favicon.png" />
<link rel="stylesheet" type="text/css" href="./s/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="./s/css/f0ck-custom.css">
</head>
<body>
2020-04-06 20:15:26 +00:00
{{include snippets/navbar}}
2020-04-06 11:16:27 +00:00
<div class="container">
<div class="contact">
<p>Got a problem? We have the answer: <a href="mailto:admin@f0ck.space">admin@f0ck.space</a></p>
<a href="/">return to main</a> <span id="themes"></span>
</div>
2020-04-02 02:35:28 +00:00
</div>
2020-04-06 11:16:27 +00:00
<script src="./s/js/theme.js"></script>
2020-04-02 02:35:28 +00:00
</body>
</html>