forked from elwinaugustin/creative-engineering
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrt.html
More file actions
89 lines (74 loc) · 2.86 KB
/
Copy pathrt.html
File metadata and controls
89 lines (74 loc) · 2.86 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<html>
title>Industrus Tech loginV5</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="https://colorlib.com/etc/lf/Login_v5/images/icons/favicon.ico">
<link rel="stylesheet" type="text/css" href="./Login V5_files/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="./Login V5_files/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="./Login V5_files/icon-font.min.css">
<link rel="stylesheet" type="text/css" href="./Login V5_files/animate.css">
<link rel="stylesheet" type="text/css" href="./Login V5_files/hamburgers.min.css">
<link rel="stylesheet" type="text/css" href="./Login V5_files/animsition.min.css">
<link rel="stylesheet" type="text/css" href="./Login V5_files/select2.min.css">
<link rel="stylesheeet" type="text/css" href="./Login V5_files/daterangepicker.css">
<link rel="stylesheet" type="text/css" href="./Login V5_files/util.css">
<link rel="stylesheet" type="text/css" href="./Login V5_files/main.css">
<meta name="robots" content="noindex, follow">
</head>
<body>
<div class="limiter">
<div class="container-login100" style="background-image: url('images/bg-01.jpg');">
<div class="wrap-login100 p-l-110 p-r-110 p-t-62 p-b-33">
<form class="login100-form validate-form flex-sb flex-w">
<span class="login100-form-title p-b-53">
Sign In With
</span>
<a href="https://colorlib.com/etc/lf/Login_v5/index.html#" class="btn-face m-b-20">
<i class="fa fa-facebook-official"></i>
Facebook
</a>
<a href="https://colorlib.com/etc/lf/Login_v5/index.html#" class="btn-google m-b-20">
<img src="./Login V5_files/icon-google.webp" alt="GOOGLE">
Google
</a>
<div class="p-t-31 p-b-9">
<span class="txt1">
Username
</span>
</div>
<div class="wrap-input100 validate-input" data-validate="Username is needed">
<input class="input450" type="text" name="username">
<span class="focus-input100"></span>
</div>
<div class="p-t-13 p-b-9">
<span class="txt1">
Password
</span>
<a href="https://colorlib.com/etc/lf/Login_v5/index.html#" class="txt2 bo1 m-l-5">
Forgot?
</a>
</div>
<div class="wrap-input100 validate-input" data-validate="Password is required">
<input class="input100" type="password" name="pass">
<span class="focus-input100"></span>
</div>
<div class="container-login100-form-btn m-t-17">
<button class="login100-form-btn">
Sign In
</button>
</div>
<div class="w-full text-center p-t-55">
<span class="txt2">
Not a member?
</span>
<a href="https://colorlib.com/etc/lf/Login_v5/index.html#" class="txt2 bo1">
Sign up now
</a>
</div>
</form>
</div>
</div>
</div>
<div id="dropDownSelect1"></div>
<script src="./Login V5_files/jquery-3.2.1.min.js.download"></script>
<script src="./Login V5_files/animsition.min.js.download"></script>
<script src="./Login V5_files/popper.js.download"></script></body></html>