15 lines
449 B
HTML
15 lines
449 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">
|
|
<p>Got a problem? We have the answer: <a href="mailto:admin@f0ck.space">admin@f0ck.space</a></p>
|
|
<a href="/">return to main</a> <span id="themes"></span>
|
|
</div>
|
|
<script src="./s/theme.js"></script>
|
|
</body>
|
|
</html>
|