16 lines
		
	
	
		
			513 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			513 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>
 | 
						|
<script src="./s/theme.js"></script>
 | 
						|
</body>
 | 
						|
</html>
 |