-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
40 lines (34 loc) · 1.14 KB
/
404.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
29
30
31
32
33
34
35
36
37
38
39
40
<!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/css2?family=Muli:wght@400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.1/css/all.css">
<link rel="stylesheet" href="css/style.css">
<title>Página no encontrada - Platzi Video </title>
</head>
<body>
<header class="header bg-header">
<img class="header__img" src="https://raw.githubusercontent.com/platzi/PlatziVideo/feature/react/src/assets/static/logo-platzi-video-BW2.png" alt="Logo Platzi Video">
</header>
<section class="main error">
<h1 class="error__not-found animated hinge">
404
</h1>
<h2 class="error__description animated pulse">
Página no encontrada
</h2>
</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>