1
0
mirror of https://github.com/XLabsProject/iw4x-rawfiles.git synced 2023-08-02 15:02:11 +02:00
iw4x-rawfiles/iw4x/html/index.html
2023-03-28 18:07:11 +01:00

44 lines
757 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<script src="script.js"></script>
<link rel="stylesheet" href="style.css">
<!-- This will be updated dynamically -->
<title>IW4x Server</title>
</head>
<body>
<h1 id="header">Welcome to <span id="servername">IW4x Server</span></h1>
<table id="serverinfo">
<thead>
<tr>
<th colspan="4">Serverinfo</th>
</tr>
</thead>
</table>
<span id="connect">Connect</span>
<table id="playertable">
<thead>
<tr>
<th>Player</th>
<th>Test Client</th>
<th>Score</th>
<th>Ping</th>
</tr>
</thead>
<tbody id="players">
</tbody>
</table>
<div id="footer">
Get IW4x!
</div>
</body>
</html>