forked from titaniumnetwork-dev/TitaniumLite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
65 lines (61 loc) · 1.81 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>BackRooms</title>
<link href="./css/main.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<style>
body {
background-image: url("https://legendary-digital-network-assets.s3.amazonaws.com/wp-content/uploads/2022/03/22142353/Backrooms-horror-short.jpg");
}
.navbar a {
float: right;
display: table;
color: #515400;
text-align: center;
padding: 12px;
text-decoration: none;
font-size: 17px;
}
.navbar a:hover {
background-color: #454545;
color: #717500;
}
body:before {
content: "";
position: fixed;
left: 0; right: 0;
top: 0; bottom: 0;
background: rgba(0, 0, 0, 0.75);
/*filter: blur(8px);*/
z-index: -1;
}
:root {
--main-color:darkorange;
--secondary-color:black;
--hovercolor:orange;
--textcolor:white;
--borders:white;
}
</style>
<body>
<header><div class="navbar" id="mynavbar">
<a href="" class="logo">BackRoomsLite</a>
<a href="#" onclick="openPage(event, 'contact')">Contact</a>
<a href="#" onclick="openPage(event, 'games')" ondblclick="gframe.src = gframe.src;">Error 404</a>
<a href="#" id="indexPage" onclick="openPage(event, 'index') ">Error 404</a>
<a href="./index.html">BreakRooms</a>
<a href="javascript:void(0);" class="icon" onclick="borger()">
<h1>Error 404</h1>
<h2>Return to the BreakRooms by re-entering.</h2>
</main>
<h1>Error 404</h1>
<h2>Return to the BreakRooms by re-entering.</h2>
<footer>Return to the BreakRooms by re-entering.</footer>
</body>
</html>
<!--has to be at the end to function-->
<script src="js/primary.js"></script>