-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.php
23 lines (20 loc) · 1015 Bytes
/
404.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex">
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="css/main.min.css" />
<title>Página no encontrada</title>
</head>
<body>
<div style="display: flex; align-items:center; justify-content: center; flex-direction: column; padding-top: 5rem; height: 100%; width: 100% ">
<h2 class="heading-secondary u-margin-bottom-small u-text-center" style="color: #000">Error</h2>
<h2 class="heading-secondary u-margin-bottom-medium u-text-center" style="color: #000">Página no encontrada</h2>
<div class="u-text-center">
<a href="https://jorge-martinez.es/" class="btn btn--portfolio u-text-center" style="text-decoration: none">Ir a la página principal</a>
</div>
</div>
</body>
</html>