Remove (useless?) pingback logic + retry send move on client side
[xogo.git] / index.html
index 52acd9a..caab4e9 100644 (file)
         <h1>Game over</h1>
         <div class="btn-wrap">
           <button id="rematchBtn"
-                onClick="sendRematch()">
+                  onClick="sendRematch()">
             Rematch
           </button>
           <button class="cancel-something"
-                onClick="cancelRematch()">
+                  onClick="cancelRematch()">
             Close
           </button>
         </div>
@@ -49,7 +49,7 @@
           </div>
           <div class="btn-wrap">
             <button id="playCustom"
-                  onClick="showNewGameForm()">
+                    onClick="showNewGameForm()">
               Customize
             </button>
           </div>
     <script src="/variants.js"></script>
     <script src="/app.js"></script>
   </body>
+
 </html>