forked from randomqwerty/gflmaps
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (40 loc) · 2.63 KB
/
Copy pathindex.html
File metadata and controls
53 lines (40 loc) · 2.63 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
49
50
51
52
53
<!DOCTYPE html>
<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GFLMaps</title>
<link rel="license" href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
<link rel="icon" type="image/ico" href="./favicon.ico">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+SC&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" integrity="sha512-NhSC1YmyruXifcj/KFRWoC561YpHpc5Jtzgvbuzx5VozKpWvQ+4nXhPdFgmx8xqexRcpAglTj9sIBWINXa8x5w==" crossorigin="anonymous" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>GFLMaps</h1>
<div class="textboxcontainer">
<div class="textbox">
Scroll down this page for instructions!
</div>
<div class="textbox">
Copied and adapted from GFWiki with their express permission. <a target="_blank" style="color:black;" href="http://www.gfwiki.org/w/%E6%88%98%E5%BD%B9%E5%9C%B0%E5%9B%BE%E4%BF%A1%E6%81%AF">Click here for the original map tool.</a>
</div>
</div>
</header>
<div id="thisdiv"></div>
<div class="staticbottomtext" style="width: 80%; display: flex; flex-direction: column; align-items: center;">
<div style="padding:8px 10px; margin:10px 0px; background-color:#222; font-weight:300; line-height: 1.2;">
<div style="margin:5px; font-size:120%; font-weight:800; position:relative; left:-8px;">Want to report a bug? Want to contribute or fork?</div>
<a class="external text" style="color:#eaeaea;" href="https://github.com/randomqwerty/gflmaps">Click here to go to the repository for this viewer.</a>
</div>
<div style="padding:8px 10px; margin:10px 0px; background-color:#222; font-weight:300; line-height: 1.2;">
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><a class="external text" style="color:#eaeaea;" rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js" integrity="sha512-bLT0Qm9VnAYZDflyKcBaQ2gg0hSYNQrJ8RilYldYQ1FxQYoCLtUjuuRuZo+fjqhx/qtq/1itJ0C2ejDxltZVFg==" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/girlsfrontline-core@2.11.0/umd/gfcore.min.js" integrity="sha256-MjAdriQyA9KFAxmPnRZGppY0Qkht66XouRRrLKxkguU=" crossorigin="anonymous"></script>
<script src="./main.js" type="text/javascript"></script>
</body>
</html>