f0ckv1/s/contact.tpl.html
Flummi e4481b65cc modified: s/contact.tpl.html
modified:   s/how.tpl.html
	modified:   s/index.tpl.html
	modified:   s/style.css
	modified:   src/main.js
2016-08-16 18:08:55 +02:00

14 lines
473 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>
</div>
</body>
</html>