forked from ahmet360/oldGBA
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexport.html
52 lines (37 loc) · 1.9 KB
/
export.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>GBA Games</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-62N8610D2L"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-62N8610D2L');
</script>
<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 = "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="user_css/index.css">
</head>
<body>
<h2>Import/Export your Data</h2>
<main>
<p>This system is in a very early beta, for now you can only load custom host provider, and all other saved hosting data. You can download all your saved data (favorites, theme and more) but only load the host data for now.</p>
<a style="cursor: pointer;" onclick="userConfig1();">Download User Config</a>
<p>Upload User Config below</p> <input class="menu" id="file" type="file" />
<input type="checkbox" id="swapSet" style="display: none;" />
</main>
</body>
<script src="data/js/type.js"></script>
<script src="user_scripts/theme.js"></script>
<script src="data/js/config/userconfig.js"></script>
<script src="data/js/config/loadconfig.js"></script>
<script src="user_scripts/dev.js"></script>
</html>