-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.html
34 lines (28 loc) · 1 KB
/
test.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
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html>
<head>
<title>TOD Admin</title>
</head>
<body>
<script src="https://www.gstatic.com/firebasejs/7.11.0/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.11.0/firebase-analytics.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.11.0/firebase-database.js"></script>
<h1>Welcome to Transport on Demand Administrator Panel</h1>
<form action="">
<table>
<tr>
<td>Name</td>
<td><input type="text" name="name" placeholder="name"></td>
</tr>
<tr>
<td>Age</td>
<td><input type="text" name="age" placeholder="age"></td>
</tr>
<button id="btn-test" type="button">
Log In
</button>
</table>
</form>
<script src="db/firebaseconfigure.js"></script>
</body>
</html>