Added basic user list, Boing and Kirbeep buzzers as well as some refactoring and ui adjustments
This commit is contained in:
+4
-5
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user