-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherroradmin.php
More file actions
41 lines (35 loc) · 1.49 KB
/
Copy patherroradmin.php
File metadata and controls
41 lines (35 loc) · 1.49 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
<!DOCTYPE html>
<html lang="es">
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link href="styles/error.css" rel="stylesheet">
<script src="js/myscript.js" type="text/javascript"></script>
<title>Melomanía</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1">
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="error-template">
<h1>
Oops!</h1>
<h2>
403 Access denied</h2>
<div class="error-details">
No tienes permisos para navegar por la página de ADMINISTRADOR sin iniciar sesión como tal
</div>
<div class="error-actions">
<a href="index.php" class="btn btn-primary btn-lg"><span class="glyphicon glyphicon-home"></span>
Inicia Sesión </a>
<button class="btn btn-default btn-lg" onclick="goBack()"><span class="glyphicon glyphicon-arrow-left" ></span> Volver a Pagina Anterior </buttno>
</div>
</div>
</div>
</div>
</div>
</body>
</html>