-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (66 loc) · 2.83 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
71
<!--
Author: Jorge Nunes
-->
<!DOCTYPE html>
<html>
<head>
<title>Login PfSense</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Fashion Login Form template Responsive, Login form web template,Flat Pricing tables,Flat Drop downs Sign up Web Templates, Flat Web Templates, Login sign up Responsive web template, SmartPhone Compatible web template, free WebDesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!-- Custom Theme files -->
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<link href="css/font-awesome.css" rel="stylesheet"> <!-- Font-Awesome-Icons-CSS -->
<!-- //Custom Theme files -->
<!-- web font -->
<link href="//fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext" rel="stylesheet">
<!-- //web font -->
</head>
<body>
<!-- main -->
<div class="main">
<h1>Login</h1>
<div class="main-w3lsrow">
<!-- login form -->
<div class="login-form login-form-left">
<div class="agile-row">
<h2>Seja Bem Vindo</h2>
<span class="fa fa-lock"></span>
<div class="clear"></div>
<div class="login-agileits-top">
<form method="post" action="$PORTAL_ACTION$">
<span><i class="fa fa-user-o" aria-hidden="true"></i></span>
<input name="auth_user" type="text" placeholder="Usuario" required="">
<span><i class="fa fa-unlock-alt" aria-hidden="true"></i></span>
<input name="auth_pass" type="password" placeholder="Senha" required="">
<br/>
<input name="redirurl" type="hidden" value="$PORTAL_REDIRURL$">
<input name="zone" type="hidden" value="$PORTAL_ZONE$">
<input name="accept" type="submit" value="Continue">
</form>
</div>
<div class="login-agileits-bottom">
</div>
</div>
</div>
</div>
<div class="login-agileits-bottom1">
<h3> </h3>
</div>
<div class="social_icons agileinfo">
<ul class="top-links">
<li><a href="http://facebook.com.br" class="facebook"><i class="fa fa-facebook"></i>facebook</a></li>
<li><a href="http://twitter.com.br" class="twitter"><i class="fa fa-twitter"></i>twitter</a></li>
<li><a href="http://linkedin.com.br" class="linkedin"><i class="fa fa-linkedin"></i>linkedin</a></li>
</ul>
</div>
<!-- copyright -->
<div class="copyright">
<p> © 2019 JCVN Consultoria em TI | Design by <a href="http:jcvn.com.br/" target="_blank">JCVN</a></p>
</div>
<!-- //copyright -->
</div>
<!-- //main -->
</body>
</html>