-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
92 lines (81 loc) · 2.51 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>404 Error</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
</head>
<body>
<section>
<div class="bg">
<div class="cutedog">
<div class="text">
<h1>404</h1>
<p>Page Not Found</p>
</div>
<div class="boardtext">
<div class="fudge">
<div class="mane">
</div>
<div class="body">
<div class="head">
<div class="ear"></div>
<div class="ear"></div>
<div class="face">
<div class="eye"></div>
<div class="eye"></div>
<div class="nose"></div>
<div class="mouth">
<div class="lips"></div>
<div class="tongue"></div>
</div>
</div>
</div>
<div class="torso"></div>
</div>
<div class="legs">
<div class="front-legs">
<div class="leg"></div>
<div class="leg"></div>
</div>
<div class="hind-leg">
</div>
</div>
<div class="tail">
<div class="tail">
<div class="tail">
<div class="tail">
<div class="tail">
<div class="tail">
<div class="tail"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div>
<div class="standtext">
<strong>Woof woof!</strong>
<br/>
Hi there, It looks like the page you were looking for is not here. I'm just a cute dog, so I can't do much to help you find it. But don't worry, we can work together to find what you're looking for!
</div>
<div class="stand">
</div>
</div>
</div>
</div>
<!-- <div>
<h2>404 Error</h2>
<p>Page not found</p>
<p>Don't worry, it happens to the best of us. Just turn around and try a different path</p>
</div> -->
</div>
<div class="paper"></div>
</section>
<script src="./script.js"></script>
</body>
</html>