-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
37 lines (36 loc) · 1.13 KB
/
404.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="stylesheet" href="style.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Fabri404 - HTML 404 Page Template</title>
</head>
<body>
<div class="error">
<div class="cosmonot">
<img src="./assets/astronout.png" alt="" />
</div>
<div class="error-box">
<a href="/">
<img src="./assets/fabrikod-error-logo.svg" alt="" />
</a>
<div class="error-box-title ex-bold">PAGE NOT FOUND</div>
<p class="error-box-desc">
The cosmic object you are looking for <br />
has disappeared beyond the event horizon.
</p>
<div class="error-box-footer">
<a href="/" class="error-box-link"> Back to Fabrikod </a>
<div class="world-border">
<img class="world" src="./assets/earth.png" alt="" />
</div>
</div>
</div>
<div id="stars" />
<div id="star2" />
<div id="star3" />
</div>
</body>
</html>