mirror of
https://github.com/SpikeHD/MojoFrontend.git
synced 2024-11-22 01:05:33 +00:00
12 lines
360 B
HTML
12 lines
360 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="../styles/console.css" />
|
|
<link rel="stylesheet" type="text/css" href="../styles/players.css" />
|
|
<script src="../scripts/parent.js"></script>
|
|
<script src="../scripts/players.js"></script>
|
|
</head>
|
|
</html>
|
|
<div id="playerContent">
|
|
<div id="playerList"></div>
|
|
</div> |