Show the players
Send keepalive pings. Remove players who haven't sent pings.
This commit is contained in:
@ -9,5 +9,12 @@
|
||||
<script src="{{ url_for('static', filename='js/index.js') }}"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div id="players">
|
||||
<strong>Players</strong>
|
||||
<ul id="playerList">
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user