-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathchat2.html
More file actions
36 lines (29 loc) · 2.07 KB
/
chat2.html
File metadata and controls
36 lines (29 loc) · 2.07 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
<!DOCTYPE html>
<html lang="en-US">
<html>
<body>
<title>.:| Discord on LibreQuake |:.</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>
<hr>
<p>The best way to talk about LibreQuake, get fast updates, and just chat about the game will be on our community Discord. Sadly, <em>yes</em>, you will need a Discord account and <em>yes</em>, Discord is very much not open-source. We know, but we also know that it's one of the most used chatting apps in use right now. So, feel free to pop by - we won't bite!</p>
<p><center><h3><a href="https://discord.gg/nsr6DTF6RX" target="_parent"><yell>Join our Discord!</yell></a></h3></center></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>