-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (35 loc) · 1.95 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Try</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="all.css">
</head>
<body>
<!-- TODO The code should put to the contact in the future -->
<!-- <button type="button" class="userbtn"><tag class="userindex">1</tag>Hinrick</button></br>
<button type="button" class="userbtn"><tag class="userindex">2</tag><span>Terry<c/span></button></br>
<button type="button" class="userbtn"><tag class="userindex">3</tag><span>Nic</span></button></br>
<button type="button" class="userbtn"><tag class="userindex">4</tag><span>Andrea</span></button></br>
<button type="button" class="userbtn"><tag class="userindex">5</tag><span>Wanf</span></button></br> -->
<section class="wrap">
<form>
<div class="form-group">
<label for="exampleInputEmail1">Email address</label>
<input type="email" class="form-control" id="email" aria-describedby="emailHelp" placeholder="Enter email">
<small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone else.</small>
</div>
<div class="form-group">
<label for="exampleInputPassword1">Password</label>
<input type="password" class="form-control" id="password" placeholder="Password">
</div>
<button type="submit" class="btn btn-primary" id="quickstart-sign-up">Sign Up</button>
<button type="submit" class="btn btn-primary" id="quickstart-sign-in">Sign In</button>
</section>
</div>
</body>
<script src="https://www.gstatic.com/firebasejs/5.5.6/firebase.js"></script>
<script src="main.js"></script>
</html>