-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathoptions.html
56 lines (35 loc) · 1.08 KB
/
options.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/options.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YSHQCXP78J"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-YSHQCXP78J');
</script>
</head>
<body>
<div class="center">
<h1 class="settings">Settings</h1>
</div>
<hr class="setting-line"></div>
<div class="center">
<a href="tile-manager.html"><div class="tile">
<h1 class="tile-text"> Tile Manager </h1>
</div></a>
<a href="settings.html"><div class="tile">
<h1 class="tile-text"> Other Options </h1>
</div></a>
<a href="https://github.com/Math-Study/wii-gba"><div class="tile">
<h1 class="tile-text"> Console Information </h1>
</div></a>
</div>
<hr class="setting-line-2"></div>
<a href="index.html"><div class="tile-2">
<h1 class="tile-text"> Back </h1>
</div></a>
</body>
</html>