-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
80 lines (74 loc) · 2.66 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
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
<!DOCTYPE html>
<html style="color:white">
<head>
<title>EmulatorOS</title>
<script async src="https://arc.io/widget.min.js#n2Wgjzok"></script>
<link id="maincss" rel="stylesheet" href="/404.css">
<link rel="icon" type="image/x-icon" href="/assets/img/socials/.png">
<link rel="mask-icon" type="" href="/assets/img/socials/.png" color="#111">
<link rel="stylesheet" href="/contentpage.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<link id="maincss" rel="stylesheet" href="/main.css">
</head>
<body>
<style>
body {
background-color: var(--bg);
display: flex;
align-items: center;
justify-content: center;
font-family: 'Montserrat', sans-serif;
font-weight: 500;
font-size: 15px;
line-height: 1.7;
color: var(--ubg);
font-size: 1em;
}
h1 {
font-size: 7.5em;
margin: 15px 0px;
font-weight: bold;
}
h2 {
font-weight: bold;
color: white;
}
.icons {
color: var(--shadow);
height: 30px;
width: 30px;
cursor: pointer;
font-size: 10vh;
display: inline;
padding: 10px;
position:relative;
}
</style>
<main>
<div class="container">
<div class="row">
<div class="col-md-6 align-self-center">
<h1>404</h1>
<h2>Seems like you're lost.</h2>
<p>The page you are looking for does not exist.
You can click the button below
to go back to the homepage.
</p>
<span id="icon"class="material-icons icons" onclick="window.history.back()">arrow_back_ios_new</span>
<span id="icon2"class="material-icons icons" onclick="window.location.href='/home'">search</span>
<span id="icon3"class="material-symbols-outlined icons" onclick="window.location.href='/settings'">settings</span>
<span id="icon4"style="font-weight: 600;"class="material-symbols-outlined icons" onclick="window.location.href='/'">home</span>
</div>
</div>
</div>
</main>
<div id="particles-js"></div>
<div id="squares"></div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="http://code.jquery.com/color/jquery.color-2.1.2.js"></script>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<script src="/404.js"></script>
<script src="/particle.js"></script>
</body>