70 lines
2.3 KiB
PHP
Executable File
70 lines
2.3 KiB
PHP
Executable File
<!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">
|
|
<span class="fa-stack fa-5x">
|
|
<i class="fa fa-user fa-stack-1x"></i>
|
|
<i class="fa fa-ban fa-stack-2x" style="color:#C80003"></i>
|
|
</span>
|
|
<br>
|
|
<div class="alert" role="alert">
|
|
|
|
<h4>Usuário ou senha Inválido</h4>
|
|
|
|
<p>
|
|
<a class="btn btn-custom btn-danger" href="login.php"><span class="glyphicon glyphicon-refresh"></span> Tentar Novamente</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. Se não for redirecionado, <a href="../index.php">clique aqui</a>
|
|
</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>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|