blob: 8ed330f814e44f5344d7d6b29b7658fd8347ab79 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>s1nical - 404</title>
<link rel="stylesheet" href="404/css/main.css">
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
</head>
<body>
<div class="text">
<h1>404</h1>
<h2>Uh, Ohh</h2>
<h3>Sorry we cant find what you are looking for 'cos its so dark in here</h3>
</div>
<div class="torch"></div>
<script src="404/js/main.js"></script>
</body>
</html>
|