forked from gm3197/WebBuzzer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanage.html
More file actions
25 lines (25 loc) · 884 Bytes
/
manage.html
File metadata and controls
25 lines (25 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Encode+Sans+Semi+Condensed" rel="stylesheet">
<link rel="stylesheet" href="main.css">
<title>Web Buzzer | Manage Room</title>
</head>
<body id="body">
<main>
<h2 class="title" id="title">Web Buzzer<br>Loading...</h2>
<h3 id="instructions" class="instructions"></h3>
<hr class="topSep">
<br>
<h1 id="mostRecentBuzz">Loading...</h1>
<br>
<button onclick="resetBuzz()" class="pretty">Reset Buzzer</button>
</main>
<footer>© 2017 Grayson Martin</footer>
</body>
</html>
<script src="https://www.gstatic.com/firebasejs/4.3.0/firebase.js"></script>
<script src="manage.js" charset="utf-8"></script>