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:
@ -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>
|
Reference in New Issue
Block a user