-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (24 loc) · 980 Bytes
/
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
<!-- <!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=Roboto:300,500" rel="stylesheet"/>
<link rel="stylesheet" href="style.css" />
<script src="https://www.gstatic.com/firebasejs/5.5.0/firebase.js"></script>
<title>firebase-authentication</title>
</head>
<body>
<div class="container">
<input class="form" id="txtEmail" type="email" placeholder="email" />
<input class="form" id="txtPassword" type="password" placeholder="pass" />
<div class="pad"></div>
<button class="btn" id="btnSignIn">Sign In</button>
<button class="btn" id="btnSignUp">Sign Up</button>
<button class="btn none" id="btnSignOut">Sign Out</button>
<button class="btn none" id="currentUser">Current User</button>
</div>
<script src="app.js"></script>
</body>
</html> -->