-
Notifications
You must be signed in to change notification settings - Fork 0
/
qset2.htm
28 lines (28 loc) · 1.21 KB
/
qset2.htm
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
27
28
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<title>Firebase Fun</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<script src="https://cdn.firebase.com/js/client/2.4.2/firebase.js"></script>
</head>
<body>
<div class="container">
<h3><a href="index.htm">Firebase Fun</a> - Questions Set 2</h3>
<hr/>
<p>You are logged in as: <b>[email protected]</b> - <a href="#">Log out</a></p>
<hr/>
<div class="form-group">
<label>2.1 How much wood can a woodchuck chuck?</label>
<input type="text" class="form-control" id="q21">
<br/>
<label>2.2 Where in the world is Carmen Sandiego?</label>
<input type="text" class="form-control" id="q22">
<br/>
<button id="btUpdateMessage" class="btn btn-primary">Next</button>
</div>
</body>
</html>