<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
/>
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>StarKingdoms.IO</title>
</head>
<body>
<div class="game" id="gamewindow"></div>
<div
class="popup popup-wmin log-hidden log-container popup-max-width-300"
id="packet_log"
>
<h1>Packet Log</h1>
<table class="log">
<thead>
<tr class="log-wfull">
<th class="log-wfull log-lalign log-header log-w50">#</th>
<th class="log-wfull log-lalign log-header">Dir</th>
<th class="log-wfull log-lalign log-header log-w240">Type</th>
<th class="log-wfull log-lalign log-header">Delta</th>
</tr>
</thead>
<tbody id="log_body"></tbody>
</table>
<hr />
<h1>Packet Explorer</h1>
<p id="explorer_selected" class="mono">Selected: --</p>
<table class="mono json" id="explorer_json"></table>
</div>
<div class="popup chat-container" id="chat">
<h1>Chat</h1>
<div id="chatbox" class="chat-table mono">
<!-- Filled by script -->
</div>
<input
placeholder="Enter message or command here..."
class="chat-box"
id="chatentry"
required
autocomplete="off"
/>
</div>
<div class="hud" id="hud">
<div class="popup" id="hud-content-wrapper">
<table>
<thead>
<tr>
<th class="hud-d">Position</th>
<th class="hud-d">Velocity</th>
<th class="hud-d">Track Angle</th>
</tr>
</thead>
<tbody>
<tr>
<td id="pos">
<span id="pos-val-x">--</span>, <span id="pos-val-y">--</span>
</td>
<td id="velocity">
<span id="velocity-val">--</span>
</td>
<td id="track">
<span id="track-val">--</span>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<span class="footer-left" id="footer-left">StarKingdoms Client</span>
<span class="footer-right" id="footer-right"
>Made with
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 20 20"
fill="currentColor"
class="footer-icon"
>
<path
d="M9.653 16.915l-.005-.003-.019-.01a20.759 20.759 0 01-1.162-.682 22.045 22.045 0 01-2.582-1.9C4.045 12.733 2 10.352 2 7.5a4.5 4.5 0 018-2.828A4.5 4.5 0 0118 7.5c0 2.852-2.044 5.233-3.885 6.82a22.049 22.049 0 01-3.744 2.582l-.019.01-.005.003h-.002a.739.739 0 01-.69.001l-.002-.001z"
/>
</svg>
by the StarKingdoms team</span
>
<script type="module" src="../src/routes/ingame/main.ts"></script>
</body>
</html>