-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
19 lines (19 loc) · 1.01 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<head>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:regular">
<style>
* {
font-family: "Montserrat", sans-serif
}
</style>
<link rel="stylesheet" href="./CSS/main.css">
<link rel="stylesheet" href="./CSS/states.css">
<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico">
</head>
<body>
<h1>JS-Finder</h1>
<button class="button-1" onclick="window.location.href='./Gen3'" style="position:relative;left:2px">Gen 3</button><br><br>
<button class="button-1" onclick="window.location.href='./Gen3Tools'" style="position:relative;left:2px">Gen 3 Tools</button><br><br>
<button class="button-1" onclick="window.location.href='./Gen4'" style="position:relative;left:2px">Gen 4</button><br><br>
<button class="button-1" onclick="window.location.href='./Gen8'" style="position:relative;left:2px">Gen 8</button><br><br>
<button class="button-1" onclick="window.location.href='./Tools'" style="position:relative;left:2px">Other Tools</button><br><br>
</body>