-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
67 lines (67 loc) · 3.51 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!doctype html>
<html lang="es">
<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 property="og:title" content="ESpeedruÑ">
<meta property="og:description" content="Tablas de posición mundial de speedruners hispanohablantes.">
<meta property="og:image" content="https://xn--espeedru-k3a.com/assets/img/favicon.png">
<meta property="og:url" content="https://xn--espeedru-k3a.com">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="ESpeedruÑ">
<meta name="twitter:description" content="Tablas de posición mundial de speedruners hispanohablantes.">
<meta name="twitter:image" content="https://xn--espeedru-k3a.com/assets/img/favicon.png">
<meta name="twitter:url" content="https://xn--espeedru-k3a.com">
<link rel="shortcut icon" href="https://espeedruñ.com/assets/img/favicon.png" type="image/png">
<title>Error 404</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="https://espeedruñ.com/css/index.css">
<script src="https://code.jquery.com/jquery-3.7.0.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/5.4.1/bootbox.min.js"></script> <!-- anteriormente 4.4.0 -->
<style>
.error404 {
padding-top: .5em;
font-size: 6em;
}
#home {
font-size: 1.5em;
font-weight: bold;
color: #FFF;
}
</style>
<script src="https://espeedruñ.com/js/vars.js"></script>
<script src="https://espeedruñ.com/js/globals.js"></script>
</head>
<body>
<script src="https://espeedruñ.com/js/templates/coffee.js"></script>
<script src="https://espeedruñ.com/js/templates/nav.js"></script>
<script src="https://espeedruñ.com/js/SearchBox.js" type="module"></script>
<div class="container-fluid">
<div class="row text-center">
<div class="error404">
<svg xmlns="http://www.w3.org/2000/svg" width="192" height="192" fill="currentColor" class="bi bi-emoji-dizzy" viewBox="0 0 16 16">
<path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"></path>
<path d="M9.146 5.146a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 0 1 .708.708l-.647.646.647.646a.5.5 0 0 1-.708.708l-.646-.647-.646.647a.5.5 0 1 1-.708-.708l.647-.646-.647-.646a.5.5 0 0 1 0-.708zm-5 0a.5.5 0 0 1 .708 0l.646.647.646-.647a.5.5 0 1 1 .708.708l-.647.646.647.646a.5.5 0 1 1-.708.708L5.5 7.207l-.646.647a.5.5 0 1 1-.708-.708l.647-.646-.647-.646a.5.5 0 0 1 0-.708zM10 11a2 2 0 1 1-4 0 2 2 0 0 1 4 0z"></path>
</svg>
<br />
404
</div>
</div>
<div class="row text-center">
<div class="text-secondary"><b>¿Intentas ir out of bounds 👀?</b></div>
</div>
<div class="row text-center pt-2">
<div>
Página no encontrada.
</div>
</div>
<div class="row text-center pt-5 mb-4">
<a id="home" href="https://espeedruñ.com">Página inicial</a>
</div>
</div>
<script src="https://espeedruñ.com/js/templates/footer.js"></script>
<link rel="stylesheet" href="https://espeedruñ.com/css/animations.css">
</body>
</html>