-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
64 lines (52 loc) · 1.84 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!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>
<script src="https://kit.fontawesome.com/fb203351e2.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<title>RenaNetwork | v3</title>
<script src="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="particle"></div>
<div id="particles-js"></div>
<div class="alertBox"></div>
</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="title">
<a>R</a><a>e</a><a>n</a><a>a</a><a> </a><a>N</a><a>e</a><a>t</a><a>w</a><a>o</a><a>r</a><a>k</a>
</div>
<form>
</div>
<form>
<input placeholder="Search the Web">
</form>
<script src="uv/uv.bundle.js"></script>
<script src="uv/uv.config.js"></script>
<script src="index.js"></script>
</body>
</html>