-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (52 loc) · 2.74 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
66
67
68
69
70
<!DOCTYPE html>
<!-- saved from url=(0017)http://localhost/ -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Client Address Book</title>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="./index_files/bootstrap.min.css">
</head>
<body style="padding-top: 60px;" data-new-gr-c-s-check-loaded="14.1193.0" data-gr-ext-installed="" data-gr-ext-disabled="forever">
<nav class="navbar navbar-default navbar-fixed-top navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="http://localhost/index.php">CLIENT<strong>MANAGER</strong></a>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="http://localhost/index.php">Log in</a></li>
</ul>
</div>
</div>
</nav>
<div class="container">
<h1>Client Address Book</h1>
<p class="lead">Log in to your account.</p>
<form class="form-inline" action="http://localhost/index.php" method="post">
<div class="form-group">
<label for="login-email" class="sr-only">Email</label>
<input type="text" class="form-control" id="login-email" placeholder="email" name="email" value="">
</div>
<div class="form-group">
<label for="login-password" class="sr-only">Password</label>
<input type="password" class="form-control" id="login-password" placeholder="password" name="password">
</div>
<button type="submit" class="btn btn-primary" name="login">Login</button>
</form>
</div><!-- end .container -->
<footer class="text-center">
<hr>
<small>Coded with ♥ by <a href="http://localhost/#">Lucifer</a> in NYC</small>
</footer>
<!-- jQuery -->
<script src="./index_files/jquery-2.1.4.min.js.download"></script>
<!-- Bootstrap JS -->
<script src="./index_files/bootstrap.min.js.download"></script>
</body></html>