-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
17 lines (17 loc) · 754 Bytes
/
404.html
File metadata and controls
17 lines (17 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8"/>
<title>PHPBarcelona | Grupo de programadores PHP de Barcelona</title>
<meta name="description" content="El grupo de programadores PHP de Barcelona (aka PHPBarcelona) es una asociación sin ánimo de lucro de programadores PHP del área de Barcelona"/>
<meta name="keywords" content="phpbarcelona, phpbcn, php, bcn, barcelona"/>
<meta http-equiv="refresh" content="2; url=https://phpbarcelona.org"/>
<link rel="stylesheet" type="text/css" href="/stylesheets/main.css"/>
<link rel="icon" type="image/x-icon" href="/favicon.ico"/>
</head>
<body>
<h1>Página no encontrada</h1>
<hr/>
<p>Redirigiendo a la página principal...</p>
</body>
</html>