-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathscreenshots2.html
More file actions
45 lines (34 loc) · 3.09 KB
/
screenshots2.html
File metadata and controls
45 lines (34 loc) · 3.09 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
41
42
43
44
45
<!DOCTYPE html>
<html lang="en-US">
<html>
<body>
<title>.:| Screenshots 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>As with a lot of open-source projects, <em>LibreQuake</em> has and will change a lot, so the screenshots here may well be outdated when you see them, but hopefully, this will give you a good idea of what to expect when you download our very nice game.</p>
<p><center><img src="media/screenshot01.png" title="Screenshot of the game showing the player looking at a radio, a few jars, and a TV set. They have a gun in their hand." alt="Screenshot of the game showing the player looking at a radio, a few jars, and a TV set. They have a gun in their hand." width="768" height="432"></center></p>
<p><center><img src="media/screenshot02.png" title="A test level for the game that shows the player looking at the monsters." alt="A test level for the game that shows the player looking at the monsters." width="768" height="432"></center></p>
<p><center><img src="media/screenshot03.png" title="The player is just inside of a castle looking at a door. Above that door is a pentagram." alt="The player is just inside of a castle looking at a door. Above that door is a pentagram." width="768" height="432"></center></p>
<p><center><img src="media/screenshot04.png" title="The player is shooting at monsters in a room with boxes in." alt="The player is shooting at monsters in a room with boxes in." width="768" height="432"></center></p>
<p><center><img src="media/screenshot05.png" title="A large brick room with dead monsters in." alt="A large brick room with dead monsters in." width="768" height="432"></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>