]> git.sesse.net Git - remoteglot/blobdiff - www/index.html
 Keep track of number of viewers.
[remoteglot] / www / index.html
index 887ef4b48655aec74253a517f7410ec6b5e07b56..52535fb3ed3efd4b9430fa64088603bdfe9858f2 100644 (file)
@@ -7,10 +7,14 @@
 
   <link rel="stylesheet" href="css/chessboard-0.3.0.min.css" />
   <link rel="stylesheet" href="css/remoteglot.css" />
+  <meta name="viewport" content="width=device-width, initial-scale=1" />
 </head>
 <body>
 <h1 id="headline">Analysis</h1>
-<div id="board"></div>
+<div id="boardcontainer">
+  <div id="board"></div>
+  <p id="numviewers"></p>
+</div>
 <div id="analysis">
   <p id="score">Score:</p>
   <p><strong>PV:</strong> <span id="pv"></span></p>