-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotFound.html
28 lines (27 loc) · 986 Bytes
/
notFound.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link href="https://fonts.googleapis.com/css?family=Muli&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./css/stylenotfound.css">
</head>
<body>
<header class="header">
<img class="header__img" src="./assets/logo-platzi-video-BW2.png" alt="Logo Platzi Video">
</header>
<section class="notfound">
<div class="notfound__container">
<img class="notfound__container-img" src="./assets/notfound.png" alt="Página No Encontrada">
</div>
<p class="text animated pulse">Página no Encontrada</p>
</section>
<footer class="footer">
<a href="#">Términos de Uso</a>
<a href="#">Declaración de Privacidad</a>
<a href="#">Centro de Ayuda</a>
</footer>
</body>
</html>