-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
25 lines (25 loc) · 964 Bytes
/
404.html
File metadata and controls
25 lines (25 loc) · 964 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>FrozenBlock - 404</title>
<link rel="stylesheet" href="/css/index.css">
</head>
<body>
<header></header>
<section>
<div id="home" style=" background-image:
linear-gradient(var(--palette-background), transparent, var(--palette-background)),
url('/assets/frozenblock/textures/not_found_background.png');">
<div>
<p style="font-size: 200px; margin: 0; font-family: 'Minecraft Five v2', poppins, system-ui">
<strong>BRRR!</strong></p>
<p style="margin: 0"><strong>Everything is frozen here! Are you sure you're on the right page?</strong></p>
</div>
</div>
</section>
<footer></footer>
</body>
<script src="/js/decorator.js"></script>
</html>
<!-- IE needs 512+ bytes: https://docs.microsoft.com/archive/blogs/ieinternals/friendly-http-error-pages -->