-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
19 lines (19 loc) · 973 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Libre+Franklin:300,400,600,700|Montserrat:400,700,900|Roboto:300,400,500,700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.1/css/all.min.css">
<link rel="stylesheet" href="http://localhost/asonaema/css/main.css">
<link rel="shortcut icon" href="http://localhost/asonaema/img/logo_prueba.svg" type="image/x-icon">
<title>404 | Asonaema</title>
</head>
<body>
<div class="container_404">
<h1 class="title_404">Página no encontrada</h1>
<img src="http://localhost/asonaema/img/404.svg" alt="img_404" class="img_404">
<a href="http://localhost/asonaema" class="regresar_404">Regresar <i class="fas fa-arrow-left icon_back_404"></i></a>
</div>
</body>
</html>