Blame view

public/index.html 335 Bytes
ea5a9738   Geoffrey PREUD'HOMME   Scoreboard : coté...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  <!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>