-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (40 loc) · 1.22 KB
/
index.html
File metadata and controls
48 lines (40 loc) · 1.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GamerFile | Minecraft Mod Developer</title>
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Inter:wght@400;600;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<div class="bg-wrapper"></div>
<header>
<h1>GamerFile</h1>
<p>Mod Developer • Minecraft Addons • Bedrock Edition</p>
<nav>
<a href="https://github.com/GamerFile">GitHub</a>
<a href="https://www.curseforge.com/members/gamerfile/projects">CurseForge</a>
<a href="mailto:gamerfileofficial@gmail.com">Contact</a>
</nav>
</header>
<main class="content">
<section>
<h2>>> CurseForge Projects</h2>
<div id="cf-projects" class="project-grid">
<div class="loading">Loading Data...</div>
</div>
</section>
<br>
<hr><br>
<section>
<h2>>> GitHub Repositories</h2>
<div id="gh-repos" class="project-grid">
<div class="loading">Loading Data...</div>
</div>
</section>
</main>
<script src="assets/js/main.js"></script>
</body>
</html>