-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path404.html
More file actions
35 lines (32 loc) · 2.14 KB
/
404.html
File metadata and controls
35 lines (32 loc) · 2.14 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
<!DOCTYPE html>
<html lang="en-US">
<html>
<body>
<title>.:| You are lost |:.</title>
<meta charset="utf-8">
<meta content="LibreQuake" property="og:title" />
<meta content="Free and open-source Quake" property="og:description" />
<meta property="og:image" content="https://librequake.queer.sh/media/embed.png">
<meta content="#43B581" data-react-helmet="true" name="theme-color" />
<meta name="keywords" content="LibreQuake, quake, fps, open-source, open source, free, vanilla, 1990s, 90s, 1996">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<link rel="stylesheet" href="/style.css">
<script src="/script.js"></script>
<div id="header"><a href="https://github.com/MissLavender-LQ/LibreQuake" target="_parent"><img id="forkme" src="/media/forkme.png" alt="Banner that says 'Fork me on GitHub'." title="Banner that says 'Fork me on GitHub'."/></a></div>
<p><center><img src="/media/logo.png" alt="The banner for the website that says "LibreQuake" on behind a metal background." title="The banner for the website that says "LibreQuake" on behind a metal background."></center></p>
<p><center><img src="/media/flashingxmaslightborder.png" onmouseover="this.src=' /media/flashingxmaslightborder.gif '" onmouseout="this.src=' /media/flashingxmaslightborder.png '" alt="A GIF of Christmas fairy lights flashing on and off." title="A GIF of Christmas fairy lights flashing on and off."></center></p>
<hr>
<p>Oh dear!</p>
<p>Well, you know what this page means -- you're on a 404! Oh, the look on your face right now... priceless.</p>
<p>Click the button of shame to go back to the homepage: <a href="/" target="_parent">button of shame</a>!</p>
<hr>
<p>LibreQuake is copyrighted 2019 - <script type="text/javascript">
var today = new Date()
var year = today.getFullYear()
document.write(year)
</script>, licensed under <a href="/copying.html" target="_parent">an open license</a>.</p>
<p><center><img src="/media/turtle.png" alt="A tiny little turtle!" title="A tiny little turtle!" onclick="playAudio('/media/squeak.mp3')">
<audio src="/media/squeak.mp3" id="audioElement"></audio></center></p>
<p></p>
</body>
</html>