-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (38 loc) · 1.39 KB
/
index.html
File metadata and controls
53 lines (38 loc) · 1.39 KB
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="public/css/bootstrap.css">
<title>Login</title>
<link rel="stylesheet" type="text/css" href="public/css/app.css">
</head>
<body>
<div id="signup">
<div id="welcome"><h2>Welcome to AHA payroll</h2></div>
<div class="form-horizontal">
<div class="form-group">
<label for="inputEmail3" class="col-sm-4 control-label">Username</label>
<input type="text" class="col-sm-4 form-control" id="inputEmail3" placeholder="Username" >
</div>
<div class="form-group">
<label for="inputPassword3" class="col-sm-4 control-label">Password</label>
<input type="password" class="col-sm-4 form-control" id="inputPassword3" placeholder="Password" >
</div>
<div class="form-group">
</div>
<div class="form-group">
<div class="d">
<button type="submit" class="btn btn-default" id="signIn" >Sign in</button><span></span>
<div id="reqrits">
Not an Admin? <a id="reqrit" href="mailto:[email protected]?subject=Admin%20request">Request</a> Admin rights.
</div>
<div id="gloat" value="gmail track"></div>
</div>
</div>
</div>
</div>
<script src="public/js/jquery-3.2.1.js"></script>
<script src="public/js/bootstrap.min.js"></script>
<script src="public/js/payroll.js"></script>
<script src="public/js/index.js"></script>
</body>
</html>