71 lines
2.2 KiB
PHP
71 lines
2.2 KiB
PHP
|
<?php include('acesso.php')?>
|
||
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<!-- <meta http-equiv="refresh" content="30;URL=../index.php">-->
|
||
|
<meta charset="utf-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<title>Erro no Login</title>
|
||
|
<link href="../bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css">
|
||
|
<link href="../css/estilo.css" rel="stylesheet" type="text/css">
|
||
|
<link href="../css/font-face/stylesheet.css" rel="stylesheet">
|
||
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
|
||
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||
|
<!--[if lt IE 9]>
|
||
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
||
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||
|
<![endif]-->
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<main class="capa">
|
||
|
<section>
|
||
|
<article>
|
||
|
|
||
|
<div class="row">
|
||
|
<!-- DIV USUÁRIOS -->
|
||
|
<div class="col-xs-12 col-sm-8 col-sm-offset-2 col-md-6 col-md-offset-3" >
|
||
|
<h1 class="breadcrumb text-danger text-center">Atenção!</h1>
|
||
|
<div class="thumbnail text-center">
|
||
|
<p class="text-danger">
|
||
|
<i class="fa fa-user fa-4x"></i>
|
||
|
<i class="fa fa-exclamation fa-3x"></i>
|
||
|
</p>
|
||
|
<br>
|
||
|
<div class="alert" role="alert">
|
||
|
|
||
|
<h4>USUÁRIO NÃO AUTORIZADO</h4>
|
||
|
|
||
|
<p>
|
||
|
<a class="btn btn-custom btn-danger" href="index.php"><span class="glyphicon glyphicon-lock"></span> Área Administrativa</a>
|
||
|
<a class="btn btn-custom btn-green espacado" href="../index.php"><span class="glyphicon glyphicon-log-out"></span> Área Pública</a>
|
||
|
</p>
|
||
|
<p><br>
|
||
|
Caso não faça uma escolha em 30 segundos será redirecionado automaticamente para página inicial.
|
||
|
</p>
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
</article>
|
||
|
</section>
|
||
|
</main>
|
||
|
<!-- Jquery (obrigatório para plugin JS do Bootstrap) -->
|
||
|
<script src="bootstrap/jquery.min.js"></script>
|
||
|
<!-- Plugin JS-->
|
||
|
<script src="bootstrap/js/bootstrap.min.js"></script>
|
||
|
</body>
|
||
|
</html>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|