-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
53 lines (52 loc) · 1.95 KB
/
404.html
File metadata and controls
53 lines (52 loc) · 1.95 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--Import Files-->
<link rel="stylesheet" type="text/css" href="Styles/Font.css">
<link rel="stylesheet" type="text/css" href="Styles/404.css">
<!--Page Title-->
<title>TeensyURL - Page not found</title>
</head>
<body>
<div class="shape__mini-planet">
<img src="Assets/Pictures/Planet.png">
</div>
<div class="shape__mini-planet">
<img src="Assets/Pictures/Planet.png">
</div>
<div class="shape__mini-planet">
<img src="Assets/Pictures/Planet.png">
</div>
<section class="page-not-found">
<div class="page-not-found__header">
<div class="page-not-found__shape shape__left-4">
<img src="Assets/Pictures/4-left.png" alt="Picture">
</div>
<div class="page-not-found__shape shape__planet">
<img src="Assets/Pictures/Planet.png" alt="Picture">
<div class="shape__spaceman">
<img src="Assets/Pictures/Spaceman.png" alt="Picture">
</div>
<div class="shape__rocket">
<img src="Assets/Pictures/Rocket.png" alt="Picture">
</div>
</div>
<div class="page-not-found__shape shape__right-4">
<img src="Assets/Pictures/4-right.png" alt="Picture">
</div>
</div>
<div class="page-not-found__footer">
<h1 class="page-not-found__title">OOPS!</h1>
<h2 class="page-not-found__subtitle">Page not found</h2>
<div class="button-container">
<button class="page-not-found__button page-not-found__button--home">
<span>GO HOME</span>
</button>
</div>
</div>
</section>
<script type="application/javascript" src="Scripts/404.js" defer></script>
</body>
</html>