-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (29 loc) · 1.34 KB
/
index.html
File metadata and controls
32 lines (29 loc) · 1.34 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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" type="text/css">
<link rel="stylesheet" href="homeTheme.css" type="text/css"> </head>
<body class="">
<div class="py-5">
<div class="container">
<div class="row" id="customImage"> <img class="center-block img-fluid d-block mx-auto" src="Logo.png"> </div>
<div class="row">
<div class="col-md-12">
<form class="">
<div class="form-group"> <label>Email address</label> <input type="email" class="form-control" placeholder="Enter email"> </div>
<div class="form-group"> <label>Password</label> <input type="password" class="form-control" placeholder="Password"> </div>
<div>
<p class="customBtn"> <button type="submit" class="btn btn-primary">Login</button> </p>
</div>
</form>
</div>
</div>
<div class="row"></div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js"></script>
<script src="https://pingendo.com/assets/bootstrap/bootstrap-4.0.0-alpha.6.min.js"></script>
</body>
</html>