Added basic user list, Boing and Kirbeep buzzers as well as some refactoring and ui adjustments

This commit is contained in:
Samuel Kent
2022-12-27 09:30:49 +11:00
parent ced7fa5092
commit 252fa97606
15 changed files with 143 additions and 105 deletions
+4 -5
View File
@@ -4,7 +4,7 @@
<title>The cooler buzzer website</title>
<link rel="stylesheet" href="styleMain.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https:/socket.io/socket.io.js"></script>
<!-- <script src="https:/socket.io/socket.io.js"></script> -->
<script>
$(document).ready(function() {
@@ -28,10 +28,9 @@
</script>
</head>
<body>
<div class="interface">
<header>
<h1>Welcome!</h1>
</header>
<div id="interface">
<img src="MainLogo.png">
<br>
Your name, please:
<br>
<input type="text" id="userName" placeholder="User name">