-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnoscript.html
More file actions
69 lines (56 loc) · 2.22 KB
/
noscript.html
File metadata and controls
69 lines (56 loc) · 2.22 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>.:: Admin - Site Fácil</title>
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport"/>
<!-- Bootstrap 3.3.6 -->
<link href="/assets/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Font Awesome -->
<link href="/assets/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- Theme style -->
<link href="/assets/css/AdminLTE.min.css" rel="stylesheet" type="text/css">
<!-- AdminLTE Skins. -->
<link rel="stylesheet" href="/assets/css/_all-skins.min.css">
<style>
.error-page {
width: 100% !important;
margin: 20px auto 0 auto;
}
</style>
</head>
<body>
<SECTION CLASS="content">
<DIV CLASS="error-page">
<IMG SRC="admin/images/javascript.png" CLASS="img-responsive pull-left">
<DIV CLASS="error-content">
<H1><I CLASS="fa fa-warning text-red"></I> Oops! JavaScript desativado.</H1>
<P>
<STRONG>Por que estou vendo está página?</STRONG><BR>
Para o perfeito funcionamento das ferramentas, nosso sistema requer que o JavaScript esteja ativado. Ative-o para continuar!
<BR>
Em caso de dúvidas entre em contato com o suporte, <STRONG>suporte@grupositefacil.com.br</STRONG>
<BR><BR>
<a href="admin/admin.php" class="btn btn-primary">Eu já o ativei</a>
</P>
</DIV>
</DIV>
<!-- /.error-page -->
</SECTION>
<!-- ******************************************** ************************************************ -->
<!-- Scripts para o funcionamento básico-->
<!-- Retirar após atualizar o bootstrap usar o de baixo-->
<script src="/plugins/jQuery/jQuery-2.0.0.min.js"></script>
<!-- jQuery 3.0.0
<script src="/plugins/jQuery/jQuery-3.0.0.min.js"></script>-->
<!-- jQuery UI 1.11.4 -->
<script src="/libs/jQueryUi/jquery-ui.min.js"></script>
<!-- Bootstrap 3.3.6 -->
<script src="/app/javascript/bootstrap.min.js"></script>
<!-- AdminLTE App -->
<script src="/app/javascript/app.min.js"></script>
<!-- EagerImageLoader -->
</body>
</html>