-
Notifications
You must be signed in to change notification settings - Fork 0
/
error.php
20 lines (17 loc) · 844 Bytes
/
error.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>JARVIS - Error</title>
<!-- Base Style -->
<link rel="stylesheet" href="media/css/base.css" />
</head>
<body>
<div id="divLogo"><img src="media/images/logo-big.png" alt="Logo" width="225" height="70" /></div>
<div class="divLoginText">
<h1 class="titLogin">Error</h1>
<p class="txtLogin">El usuario y/o clave ingresados son inválidos. <a href="index.php" class="lnkLogin">Volver a intentar</a>.</p>
<p class="txtLogin">¿Olvidó su clave? Haga <a href="passreset.php" class="lnkLogin">click aquí</a> para restablecerla.</p>
</div>
</body>
</html>