f0ckv1/s/contact.tpl.html
2016-11-06 03:02:13 +01:00

16 lines
539 B
HTML

<html>
<head>
<title>f0ck! I need contact!</title>
<link rel="stylesheet" type="text/css" href="./s/style.css" />
<link rel="icon" type="image/gif" href="./s/favicon.gif" />
</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>
<a href="/">return to main</a> <span id="themes"></span>
</div>
<script src="./s/theme.js"></script>
</body>
</html>