-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (43 loc) · 1.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>CodePen - 404 - Glitched out</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<a href="https://codepen.io/ZonFire99/full/njdls/" class="viewFull" target="_parent">View in full it looks way better :)</a>
<div class="error">
<div class="wrap">
<div class="404">
<pre><code>
<span class="green"><!</span><span>DOCTYPE html</span><span class="green">></span>
<span class="orange"><html></span>
<span class="orange"><style></span>
* {
<span class="green">everything</span>:<span class="blue">awesome</span>;
}
<span class="orange"></style></span>
<span class="orange"><body></span>
ERROR 404!
FILE NOT FOUND!
<span class="comment"><!--The file you are looking for,
is not where you think it is.-->
</span>
<span class="orange"></span>
</div>
<br />
<span class="info">
<br />
<span class="orange"> </body></span>
<br/>
<span class="orange"></html></span>
</code></pre>
</div>
</div>
</span>
<!-- partial -->
<script src="./script.js"></script>
</body>
</html>