-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.php
More file actions
36 lines (28 loc) · 1.47 KB
/
error.php
File metadata and controls
36 lines (28 loc) · 1.47 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
<?php ?>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="shortcut icon" type="image/png" href="img/icon-color.png"/>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link href="css/materialize.min.css" rel="stylesheet" type="text/css"/>
<link href="css/basics.css" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css">
<title>Fast & Healthy®</title>
</head>
<body>
<div class="row">
<a href="loginDesign.php"><img class="col s6 offset-s3 flip-scale-up-hor" src="img/icon-color.png"></a>
<h3 class="col s8 offset-s2 center">Esta página sólo se puede visualizar en dispositivos móviles. Por favor, inténtelo de nuevo en otro dispositivo.</h3>
<br/><br/>
<a class="col s6 offset-s3 btn red large" href="logout.php">Volver a Fast & Healthy</a>
</div>
<!-- CARGA DE JAVASCRIPTS -->
<script src="js/jquery-3.3.1.min.js" type="text/javascript"></script>
<script src="js/materialize.js" type="text/javascript"></script>
<script src="js/basics.js" type="text/javascript"></script>
<!-- END CARGA DE JAVASCRIPTS -->
</body>
</html>