25 lines
		
	
	
		
			451 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			451 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
	<head>
 | 
						|
		<title>BeatHaven</title>
 | 
						|
		<style type="text/css" media="screen">
 | 
						|
			#whoaaa {
 | 
						|
				position: absolute;
 | 
						|
				top: 50%;
 | 
						|
				left: 50%;
 | 
						|
				width: 700px;
 | 
						|
				height: 350px;
 | 
						|
				margin: -300px 0 0 -350px;
 | 
						|
				text-align: center;
 | 
						|
				font: 36px Georgia;
 | 
						|
			}
 | 
						|
		</style>
 | 
						|
	</head>
 | 
						|
	<body>
 | 
						|
		<div id="whoaaa">
 | 
						|
			<h1>None shall pass!</h1>
 | 
						|
			<img src="/images/black_knight.jpg" alt="Cumming soon (:">
 | 
						|
		</div>
 | 
						|
	</body>
 | 
						|
</html>
 |