modified: s/contact.tpl.html

modified:   s/how.tpl.html
	modified:   s/index.tpl.html
	modified:   s/style.css
	modified:   src/main.js
This commit is contained in:
Flummi
2016-08-16 18:08:55 +02:00
parent f9cc03e805
commit e4481b65cc
5 changed files with 20 additions and 3 deletions

View File

@ -0,0 +1,14 @@
<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>