-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcollection.html
74 lines (57 loc) · 2.49 KB
/
collection.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
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="description" content="V3 of RenaNetwork! click now!">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<script src="https://kit.fontawesome.com/fb203351e2.js" crossorigin="anonymous"></script>
<title>RenaNetwork</title>
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-39V42WQXL5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-39V42WQXL5');
</script>
</head>
<body>
<div id="particles-js"></div>
<div class="dropdown">
<button class="dropbtn">☰</button>
<div class="dropdown-content">
<a href="index.html">
<i class="fa fa-fw fa-home"></i> Home </a>
<a href="collection.html">
<i class="fa fa-fw fa-gamepad"></i> Games </a>
<a href="https://discord.gg/Zfbp9YFrmj">
<i class="fa fa-fw fa-comment"></i> Discord </a>
</div>
</div>
<div class="container">
<div class="box">
<input type="text" id="gsearchbar" onkeyup="document.querySelectorAll('#glist>a').forEach(l=>l.style.display=l.textContent.toUpperCase().includes(this.value.toUpperCase().replace(/ /g,''))?'block':'none')" autocomplete="off" spellcheck="false" placeholder="Search" />
<div id="glist">
<a href="./G/a-dance-of-fire-and-ice/index.html">A dance Of Fire And Ice</a>
<a href="./G/a-dark-room/index.html">A Dark Room</a>
<a href="./G/agario-minigame/index.html">Argrio MiniGame</a>
<a href="./G/align-4/index.html">Align 4</a>
<a href="./G/asciispace/index.html">Asciispace</a>
<a href="./G/astray/index.html">Astray</a>
<a href="./G/backcountry/index.html">Backcounty</a>
<a href="./G/basket-random/index.html">Basket Random</a>
<a href="./"></a>
</div>
</div>
</div>
<script src="uv/uv.bundle.js"></script>
<script src="uv/uv.config.js"></script>
<script src="index.js"></script>
</body>
</html>