-
Notifications
You must be signed in to change notification settings - Fork 0
/
count.html
26 lines (24 loc) · 940 Bytes
/
count.html
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
26
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>集計ページ</title>
<link rel="stylesheet" type="text/css" href="./count.css?v6">
<!-- update the version number as needed -->
<script defer src="/__/firebase/5.5.9/firebase-app.js"></script>
<!-- include only the Firebase features as you need -->
<script defer src="/__/firebase/5.5.9/firebase-database.js"></script>
<!-- initialize the SDK after all desired features are loaded -->
<script defer src="/__/firebase/init.js"></script>
</head>
<body>
<span id="qnowarea"></span>
<span id="topranker"></span>
<button id="nextbutton" type="button">次の問題へ</button>
<div id="datatable">
</div>
<script src="https://www.gstatic.com/firebasejs/5.5.9/firebase.js"></script>
<script src="./count.js?v6"></script>
</body>
</html>