This repository has been archived by the owner on Jan 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
82 lines (81 loc) · 2.38 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
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<!--
Author: Marcos Silva
Author URL: http://aragones.esy.es
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<html>
<head>
<title>Entrar</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="Sistema de exemplo para erro de login e senha por Marcos Silva"
/>
<script type="application/x-javascript">
addEventListener('load', function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); }
</script>
<!-- bootstrap-css -->
<link
rel="stylesheet"
href="./css/bootstrap.min.css"
/>
<!-- //bootstrap-css -->
<!-- Custom CSS -->
<link
href="./css/style.css"
rel="stylesheet"
type="text/css"
/>
<link
href="./css/style-responsive.css"
rel="stylesheet"
/>
<!-- font CSS -->
<link
href="http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic"
rel="stylesheet"
type="text/css"
/>
<!-- font-awesome icons -->
<link
rel="stylesheet"
href="./css/font.css"
type="text/css"
/>
<link
href="./css/font-awesome.css"
rel="stylesheet"
/>
<!-- //font-awesome icons -->
<script src="./js/jquery2.0.3.min.js"></script>
</head>
<body>
<!--main content start-->
<div class="eror-w3">
<div class="agile-info">
<h3>ACESSAR O</h3>
<h2>RID</h2>
<p>Acesse o ambiente seguro RID</p>
<a href="https://aragonxpd154.github.io/access-rid/private.html"
>ENTRAR</a
>
</div>
</div>
<script src="./js/bootstrap.js"></script>
<script src="./js/jquery.dcjqaccordion.2.7.js"></script>
<script src="./js/scripts.js"></script>
<script src="./js/jquery.slimscroll.js"></script>
<script src="./js/jquery.nicescroll.js"></script>
<!--[if lte IE 8
]><script
language="javascript"
type="text/javascript"
src="js/flot-chart/excanvas.min.js"
></script
><![endif]-->
<script src="./js/jquery.scrollTo.js"></script>
</body>
</html>