-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
40 lines (40 loc) · 2.21 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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Instituto de inglés AG Institute. Brinda clases de inglés personalizadas para niños, adolescentes y adultos. Certificación Cambridge y amplia experiencia en la enseñanza.">
<meta name="keywords" content="AGInstitute, inglés, clases, personalizadas, experiencia, niños, adolescentes, adultos, certificación, Cambridge, particulares">
<meta http-equiv="refresh" content="4; url=https://joseescoli.github.io/coderhouse-proyecto-final">
<link rel="shortcut icon" href="./images/ag_32x32.png">
<title>Página no encontrada - Error 404</title>
<link rel="stylesheet" href="./estilos/styles.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body class="body-404">
<div class="logo-404"><img src="./images/escudoAG_t.png" alt="AG Institute"></div>
<main class="main-404">
<h1 class="header404">404</h4>
<h2 class="contentenido-404">
¡Ouch! La página que buscás no es correcta.
</h2>
<p>
<a href="https://joseescoli.github.io/coderhouse-proyecto-final">La página se redireccionará automáticamente...</a>
</p>
<div class="countdown">
<svg viewBox="-50 -50 100 100" stroke-width="10">
<circle r="45"></circle>
<circle r="45" stroke-dasharray="282.7433388230814" stroke-dashoffset="282.7433388230814px"></circle>
</svg>
</div>
</main>
<!-- inicio de footer -->
<footer>
<a href="https://www.facebook.com/ag.english.institute"><img src="./images/facebook.png" alt="Facebook"></a>
<a href="https://www.instagram.com/ag.english.institute/"><img src="./images/instagram.png" alt="Instagram"></a>
<a href="https://api.whatsapp.com/send/?phone=541164662750&text=Consulta+sobre+clases+de+ingl%C3%A9s&type=phone_number&app_absent=0"><img src="./images/whatsapp.png" alt="Whatsapp"></a>
<!-- Cierre pié de opagina -->
</footer>
</body>
</html>