forked from Nailington/gba-host
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (29 loc) · 1.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>GBA Games</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<meta name="description" content= "Free, online GBA Emulator with over 300+ Games available Immediately! GitHub GBA Game website." />
<meta name="robots" content= "index, follow">
<meta name="keywords" content="gba, games, unblocked, play, free, gameboy, advance, emulator, roms, rom">
<link rel = "stylesheet" href = "ghpages_files/user_css/themes.css">
<link rel = icon href = Binaries/gb.ico sizes = "16x16 32x32 48x48 64x64" type = image/vnd.microsoft.icon>
<meta name = viewport content = "width = device-width, initial-scale = 1">
<link rel="stylesheet" href="ghpages_files/user_css/index.css">
<link rel="stylesheet" href="ghpages_files/user_css/filter.css">
</head>
<nav>
<div class="wrappers">
<p class="main-div main-div2"><a href="settings.html">Switch Theme</a></p>
<p class="main-div main-div2"><a href="https://discord.gg/nZrabh4cgH">Want more games?</a></p>
</div>
</nav>
<body>
<h2>Welcome to index.html</h2>
<p>If you are seeing this, deployment was a success! Please follow instructions on the main Github page to see what to do from here!</p>
</body>
<script src="ghpages_files/data/js/type.js"></script>
<script src="ghpages_files/user_scripts/theme.js"></script>
<script src="ghpages_files/data/js/filter.js"></script>
</html>