-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (38 loc) · 1.17 KB
/
index.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE HTML>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<title>Welcome to the USC CAVE Scene Preview Application</title>
<meta charset="utf-8"/>
<link rel="stylesheet" type="text/css" media="all" href="style/style.css">
<style>
</style>
</head>
<body>
<br>
<br>
<br>
<br>
<br>
<div>
<!--<div class="container">-->
<div class="imgcontainer">
<img src="Firebase.png" alt="Avatar" class="avatar">
</div>
<div class="container">
<center><label><h2>Username</h2></label>
<input id="txtEmail" type="email" placeholder="Email">
<label><h2>Password</h2></label>
<input id="txtPassword" type="password" placeholder="Password"></center>
<center><button id="btnLogin" class="btn btn-action" action = "caveScene.html">Log in</button></center>
<center><button id="btnSignUp" class="btn btn-secondary">Sign Up</button></center>
<center><button id="btnLogout" class="btn btn-action hide">Log out</button></center>
</div>
<br>
<br>
</div>
</body>
<script src="https://www.gstatic.com/firebasejs/4.1.2/firebase.js"></script>
<script src="javascript/upload.js"></script>
<script src="javascript/dnd.js"></script>
</html>