-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (47 loc) · 2.59 KB
/
index.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
<!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">
<title>ESpeedruÑ</title>
<link rel="icon" href="https://espeedruñ.com/assets/img/favicon.png" type="image/png">
<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="./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/6.0.0/bootbox.min.js"></script> <!-- anteriormente 4.4.0 -->
<script src="./js/vars.js"></script>
<script src="./js/globals.js"></script>
</head>
<body>
<script src="./js/templates/coffee.js"></script>
<script src="./js/templates/nav.js"></script>
<script src="./js/SearchBox.js" type="module"></script>
<script src="./js/SearchBoxIndex.js" type="module"></script>
<script src="./js/index.js" type="module"></script>
<h3 id="greeting"></h3>
<div class="mt-4"></div>
<div class="generic-container">
<h6>Buscar un juego</h6>
<div id="SearchBoxNewContainer" class="m-4"></div>
</div>
<div id="gamesContainer" class="row generic-container">
<div>
<img class="loading-category-img" src="../img/loading.svg" alt="Cargando categorias">
Cargando últimos juegos runneados
</div>
</div>
<script src="./js/templates/footer.js"></script>
<link rel="stylesheet" href="./css/animations.css">
</body>
</html>