forked from parcoillegacy/nativelite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (49 loc) · 1.63 KB
/
Copy pathindex.html
File metadata and controls
55 lines (49 loc) · 1.63 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Home</title>
<link rel="stylesheet" href="config/main.css" />
<script src="config/main.js" type="module"></script>
</head>
<body>
<div class="center">
<h1 id="title"></h1>
<p id="subtitle"></p>
</div>
<!-- Buscar -->
<div class="center">
<input type="text" id="searchInput" placeholder="Search games" />
</div>
<!-- Secció GAEL -->
<!-- Titulo juegos -->
<div>
<a class="titulo">Juegos Destacados</a>
</div>
<!-- Jocs -->
<div id="gamesContainer"></div>
<div>
<a class="center" href="./survival-race.html"> Survival Race </a>
<a class="center" href="./brawl.html"> Brawl </a>
</div>
<div class="footer">
<!-- Footer -->
<a style="font-weight: 700">una pàgina per
</a><a style="font-weight: 700" class="link" href="https://youtube.com/@urichuche">Urichuche</a>
</div>
<div>
<ol>
<a class="link" href="https://sciencebits6x.vercel.app/Form.html">Hola</a>
</div>
<!-- Scripts -->
<script>
window.va = window.va || function () { (window.vaq = window.vaq || []).push(arguments); };
</script>
<script defer src="/_vercel/insights/script.js"></script>
<script>
window.si = window.si || function () { (window.siq = window.siq || []).push(arguments); };
</script>
<script defer src="/_vercel/speed-insights/script.js"></script>
</body>
</html>