-
Notifications
You must be signed in to change notification settings - Fork 6
/
login.php
60 lines (59 loc) · 3.22 KB
/
login.php
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
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<!-- Mirrored from themes.semicolonweb.com/html/canvas/login-2.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 13 Jun 2019 10:20:06 GMT -->
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="SemiColonWeb" />
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,400i,700|Raleway:300,400,500,600,700|Crete+Round:400i" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/bootstrap.css" type="text/css" />
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="stylesheet" href="css/dark.css" type="text/css" />
<link rel="stylesheet" href="css/font-icons.css" type="text/css" />
<link rel="stylesheet" href="css/animate.css" type="text/css" />
<link rel="stylesheet" href="css/magnific-popup.css" type="text/css" />
<link rel="stylesheet" href="css/responsive.css" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Login - Layout 5 | Canvas</title>
</head>
<body class="stretched">
<div id="wrapper" class="clearfix">
<section id="content">
<div class="content-wrap nopadding">
<div class="section nopadding nomargin" style="width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: url('images/parallax/home/1.jpg') center center no-repeat; background-size: cover;"></div>
<div class="section nobg full-screen nopadding nomargin">
<div class="container-fluid vertical-middle divcenter clearfix">
<div class="center">
<a href="index.html"><img src="images/logo-dark.png" alt="Canvas Logo"></a>
</div>
<div class="card divcenter noradius noborder" style="max-width: 400px; background-color: rgba(255,255,255,0.93);">
<div class="card-body" style="padding: 40px;">
<form id="login-form" name="login-form" class="nobottommargin" action="#" method="post">
<h3>Login to your Account</h3>
<div class="col_full">
<label for="login-form-username">Email ID:</label>
<input type="text" id="login-form-username" name="login-form-username" value="" class="form-control not-dark" />
</div>
<div class="col_full">
<label for="login-form-password">Password:</label>
<input type="password" id="login-form-password" name="login-form-password" value="" class="form-control not-dark" />
</div>
<div class="col_full nobottommargin">
<button class="button button-3d button-black nomargin" id="login-form-submit" name="login-form-submit" value="login">Login</button>
<a href="#" class="fright">Forgot Password?</a>
</div>
</form>
</div>
</div>
<div class="center dark"><small>Copyrights © All Rights Reserved by E-Cell MUJ</small></div>
</div>
</div>
</div>
</section>
</div>
<div id="gotoTop" class="icon-angle-up"></div>
<script src="js/jquery.js"></script>
<script src="js/plugins.js"></script>
<script src="js/functions.js"></script>
</body>
<!-- Mirrored from themes.semicolonweb.com/html/canvas/login-2.html by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 13 Jun 2019 10:20:06 GMT -->
</html>