-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgames.html
More file actions
109 lines (105 loc) · 6.05 KB
/
games.html
File metadata and controls
109 lines (105 loc) · 6.05 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=1024" />
<meta name="description" content="Open Source Pixelart Sci-Fi Real Time Strategy Game" />
<meta name="keywords" content="OpenHV, RTS, real-time strategy, Online, LAN, multiplayer, OpenHV Games, games" />
<title>OpenHV | Games</title>
<script src="https://code.jquery.com/jquery-1.9.1.min.js"></script>
<link href="style.css" rel="stylesheet">
<script type="text/javascript" src="scripts/games.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<link rel="icon" type="image/png" href="images/icon.png">
</head>
<body>
<main>
<section class="width100 heightvh column centerRow centerColumn">
<div class="column container background2 paddingMedium gapMedium" id="container">
<h3 class="h2 textCenter">Server Browser</h3>
<noscript>
<div class="noscript">Please enable JavaScript to view the server list.</div>
</noscript>
<div class="column gapSmall" id="servercontainer" style="display: none">
<form class="p1">
<b>Show:</b>
<input type="checkbox" id="status_playing" onchange="updateGameList()" checked="true"><label
for="status_playing" class="gamePlaying"> Playing</label>
<input type="checkbox" id="status_waiting" onchange="updateGameList()" checked="true"><label
for="status_waiting" class="gameWaiting"> Waiting</label>
<input type="checkbox" id="status_empty" onchange="updateGameList()" checked="true"><label
for="status_empty" class="gameEmpty"> Empty</label>
</form>
<p class="p1">Found <span id="activeServers">0</span> servers with <span id="activePlayers">0</span>
players
matching your selection</p>
<div class="gamesTableContainer paddingSmall">
<table class="gamesTable">
<thead>
<tr class="paddingSmall">
<th class="h4" width="210">Server</th>
<th class="h4" width="120">Location</th>
<th class="h4" width="195">Map</th>
<th class="h4" width="80">Players</th>
<th class="h4" width="60">Status</th>
<th class="h4" width="35"></th>
</tr>
</thead>
<tbody id="serverlist"></tbody>
</table>
</div>
</div>
<p class="p2">
<a target="_blank" class="link" href="https://irc.freegamedev.net/kiwiirc/#openhv-lobby">Chat</a> with other players.
Check <a target="_blank" class="link" href="https://status.openhv.net/">status</a> for uptime and
<a class="link" href="https://opencollective.com/openhv">donate</a> to keep the servers running.
</p>
</div>
</section>
</main>
<footer class="footerParent rowCollapsible">
<div class="column">
<div class="row gapSmall footerHeader">
<img alt="openhv icon" src="images/logo.png" alt="logo" class="footerIcon">
<h3 class="h2">OpenHV</h3>
</div>
<p class="p2">Made with ♥️ by the community</p>
</div>
<div class="row wrap gapMedium">
<div class="column gapSmall">
<h4 class="h4">Navigate</h4>
<a class="link" href="/index">Home</a>
<a class="link" href="/games">Servers</a>
<a class="link" href="https://github.com/OpenHV/OpenHV/wiki/">Wiki</a>
</div>
<div class="column gapSmall">
<h4 class="h4">Download</h4>
<a class="link" href="https://openhv.itch.io/openhv">Itch.io</a>
<a class="link" href="https://github.com/OpenHV/OpenHV/releases/">GitHub</a>
<a class="link" href="https://flathub.org/apps/details/io.github.openhv.OpenHV">Flathub</a>
<a class="link" href="https://chocolatey.org/packages/openhv">Chocolatey</a>
</div>
<div class="column gapSmall">
<h4 class="h4">Community</h4>
<a class="link" href="https://discord.gg/X3VUtPtBTu">Discord</a>
<a class="link" href="https://matrix.to/#/+openhv:matrix.org">Matrix</a>
<a class="link" href="https://freegamedev.net/irc/#openhv">IRC</a>
<a class="link" href="https://github.com/OpenHV/OpenHV/discussions">GitHub</a>
</div>
<div class="column gapSmall">
<h4 class="h4">Project</h4>
<a class="link" href="https://github.com/OpenHV/OpenHV">GitHub</a>
<a class="link" href="https://www.openhub.net/p/OpenHV">Open Hub</a>
<a class="link" href="https://www.moddb.com/mods/openhv">ModDB</a>
<a class="link" href="https://openhv.readthedocs.io/">Read the Docs</a>
<a class="link" href="https://openhv.hyperping.app/">Hyperping</a>
<a class="link" href="https://opencollective.com/openhv">Open Collective</a>
</div>
</div>
</footer>
</body>
</html>