f0ckv1/s/contact.tpl.html

16 lines
539 B
HTML
Raw Normal View History

<html>
<head>
<title>f0ck! I need contact!</title>
<link rel="stylesheet" type="text/css" href="./s/style.css" />
2016-11-06 01:54:28 +00:00
<link rel="icon" type="image/png" href="./s/favicon.png" />
</head>
<body>
<div class="contact">
<h4>This is a side project of <a href="https://w0bm.com" target="_blank">w0bm.com</a></h4>
<p>Got a problem? We have the answer: <a href="mailto:admin@w0bm.com">admin@w0bm.com</a></p>
2016-11-05 18:23:38 +00:00
<a href="/">return to main</a> <span id="themes"></span>
</div>
2016-11-05 18:21:11 +00:00
<script src="./s/theme.js"></script>
</body>
2016-11-05 18:21:11 +00:00
</html>