index.html 335 Bytes
<!doctype html>
<html lang="fr">
<head>
  <meta charset="UTF-8">
  <title>Trosh Scoreboard</title>
</head>
<body>
  <h1>Trosh scores</h1>
  <ul id="list">
  </ul>
  <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
  <script src="/socket.io/socket.io.js"></script>
  <script src="/main.js"></script>
</body>
</html>