did a little cleanup
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
<head>
|
||||
<title>The cooler buzzer website</title>
|
||||
<link rel="stylesheet" href="styleMain.css">
|
||||
<!-- <link rel="preload" href="Twoson.woff2" as="font" type="font/woff2" crossorigin> -->
|
||||
<script src="browserFunctions.js"></script>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
|
||||
<script src="http:/socket.io/socket.io.js"></script>
|
||||
@@ -66,7 +65,6 @@
|
||||
<button id="plus1" type="button" style="width: 110px; height: 50px;">+1 Point</button>
|
||||
<button id="plus2" type="button" style="width: 110px; height: 50px;">+2 Points</button>
|
||||
<p style="font-size: 11px; margin: 5px;">(all points buttons clear buzzers)</p>
|
||||
<!-- <br> -->
|
||||
<p id="firstBuzz"></p>
|
||||
<p id="objection">
|
||||
</p>
|
||||
@@ -75,8 +73,6 @@
|
||||
<br>
|
||||
<br>
|
||||
<button id="unregisterUsers" type="button" style="height: 30px;">Remove all players</button>
|
||||
<!-- <input type="text" id="bufferInput" placeholder="Buffer"> -->
|
||||
|
||||
</div>
|
||||
<div id="userListPanel">
|
||||
<div id="PlayersList">
|
||||
|
||||
Reference in New Issue
Block a user