-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
40 lines (35 loc) · 2.25 KB
/
404.html
File metadata and controls
40 lines (35 loc) · 2.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<meta name="theme-color" content="#0F0E0E">
<meta property="og:locale" content="en_US">
<meta name="description" content="HORRIBLe LICENSe GROUp is a small independent content creation team">
<title>404 - HORRIBLe LICENSe GROUp</title>
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico">
</head>
<!-- The logo font is "Prefix Endangered" but that's not a common font at all and is barely readable so let's just use the other font instead. -->
<body style="background-image: url('assets/images/bg_error.png'); font-family: 'Arial Narrow', serif;">
<div style="background-color: #0F0E0E; height: auto; padding-bottom: 16px; width: 1280px; margin-top: 16px; margin-bottom: 16px; margin: auto;">
<h3 align="center">
<img src="assets/images/logo_inv.png" style="height:256px; margin-top:16px;" alt="HORRIBLe LICENSe GROUp">
</h3>
<hr style="height:2px; width:90%; border-width:0; color:#262626; background-color:#262626">
<p align="center" style="color: #FFEEEE; font-size: 2em;">
404 Error. Return to the homepage.
</p>
<hr style="height:2px; width:90%; border-width:0; color:#262626; background-color:#262626">
</div>
</body>
<footer>
<div style="background-color: #0C0B0B; position: fixed; bottom: 0px; left: 0px; right: 0px; margin-bottom: 0px; height: auto; padding-top:8px; width: 100%; margin-top:32px; margin: auto; font-family: 'Arial Narrow', serif;">
<!-- copyright notice -->
<p align="center" style="color: #6e6969; font-size: 1em;">
2025-2026 © HORRIBLe LICENSe GROUp
</p>
<p align="center" style="color: #6e6969; font-size: 1em;"><a style="color: #6e6969; font-size: 1em;" href="https://www.youtube.com/@HORRIBLeLICENSeGROUp">Youtube</a> | <a style="color: #6e6969; font-size: 1em;" href="https://bsky.app/profile/horriblelicense.group">Bluesky</a> | <a style="color: #6e6969; font-size: 1em;" href="https://x.com/HorribleLicense">Twitter</a></p>
<p align="center" style="color: #595555; font-size: 1em;"><a style="color: #595555; font-size: 1em;" href="mailto:contact@horriblelicense.group">Contact us directly at contact@horriblelicense.group</a></p>
</div>
</footer>
</html>