-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path404.html
More file actions
47 lines (42 loc) · 1.96 KB
/
Copy path404.html
File metadata and controls
47 lines (42 loc) · 1.96 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
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Type" content="text/html">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Pronoide es una empresa formada por grandes profesionales con una gran experiencia en desarrollo y formación, que ayuda a otros profesionales de otras empresas, en la importante tarea de formar en los cambiantes contenidos del mundo de la informática, siendo nuestras áreas de especialización más importantes: Java, Spring, HTML5, CSS3, JavaScript, NodeJS, Android, iPhone, Cloud, NoSQL, DevOps, Scrum, CMS, Servidores de Aplicaciones, Bases De Datos, Linux y Virtualización.">
<meta name="author" content="Pronoide, Fernando Redondo Ramírez, Luis Ramón Álvarez González, Óliver Centeno Álvarez, Rubén Gómez García, Víctor Herrero Cazurro, Fernando Silvano Gil Pérez, Adolfo Sanz de Diego">
<link rel="icon" href="img/logo/PRONOIDE_GLOBES_only.png">
<title>Pronoide | 404</title>
<style>
body {
text-align: center;
color: #325578;
background-color: rgba(112, 144, 160, 0.2);
}
a {
color: #E04000;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<div>
<br /><br />
<h1>Página no encontrada :(</h1>
<p>Lo sentimos, pero la página que intentas ver no existe.</p>
<p>Puede ser debido a que hayas escrito mal la dirección o que sea un enlace antiguo.</p>
<p>Puedes volver a la página principal de <a href="http://www.pronoide.es">Pronoide</a></p>
</div>
<div>
<br /><br />
<h1>Page not found :(</h1>
<p>Sorry, but the page you are trying to view does not exist.</p>
<p>May be you have mistyped the address or may be is an old link.</p>
<p>You could return to the main page of <a href="http://www.pronoide.es">Pronoide</a></p>
</body>
</html>