init with crummy buzzer & docker setup
so much boilerplate :O
This commit is contained in:
commit
f6bf544f54
23 changed files with 746 additions and 0 deletions
23
public/buzzer.html
Normal file
23
public/buzzer.html
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<meta charset="utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="buzzer.css" />
|
||||
<body>
|
||||
<div id="info">
|
||||
<label
|
||||
>You:
|
||||
<input
|
||||
type="text"
|
||||
name="username"
|
||||
id="username"
|
||||
placeholder="Please put your name here ..."
|
||||
/></label>
|
||||
<h2>All Players</h2>
|
||||
<ul></ul>
|
||||
</div>
|
||||
<div id="buzzbox">
|
||||
<p id="active">BZZZZZ!</p>
|
||||
<p id="ready">Press <strong id="bkey">{key.name}</strong> to activate buzzer.</p>
|
||||
<p id="inactive">Please focus the window to allow the buzzer to work.</p>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
<script type="module" src="./buzzer.js"></script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue