-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
54 lines (52 loc) · 2.96 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Hyper Light Drifter Gearbit Locator</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/notie.css">
<meta name="viewport" content="width=device-width">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class = "wrapper">
<div class = "frameT">
<div class = "frameTC">
<div id = "gearbitInfoWrapper" class = "contentInvisible">
<div id = "gearbitInfo" class = "gearbitInfo"></div>
<input type="file" id="anotherInputFile" class="inputFile" />
<label for="anotherInputFile">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="17" viewBox="0 0 20 17"><path d="M10 0l-5.2 4.9h3.3v5.1h3.8v-5.1h3.3l-5.2-4.9zm9.3 11.5l-3.2-2.1h-2l3.4 2.6h-3.5c-.1 0-.2.1-.2.1l-.8 2.3h-6l-.8-2.2c-.1-.1-.1-.2-.2-.2h-3.6l3.4-2.6h-2l-3.2 2.1c-.4.3-.7 1-.6 1.5l.6 3.1c.1.5.7.9 1.2.9h16.3c.6 0 1.1-.4 1.3-.9l.6-3.1c.1-.5-.2-1.2-.7-1.5z"></path></svg>
<span class = "text">Another save file?</span>
</label>
</div>
<div id = "uploadButton" class = "content">
<input type="file" id="inputFile" class="inputFile" />
<label for="inputFile">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="17" viewBox="0 0 20 17"><path d="M10 0l-5.2 4.9h3.3v5.1h3.8v-5.1h3.3l-5.2-4.9zm9.3 11.5l-3.2-2.1h-2l3.4 2.6h-3.5c-.1 0-.2.1-.2.1l-.8 2.3h-6l-.8-2.2c-.1-.1-.1-.2-.2-.2h-3.6l3.4-2.6h-2l-3.2 2.1c-.4.3-.7 1-.6 1.5l.6 3.1c.1.5.7.9 1.2.9h16.3c.6 0 1.1-.4 1.3-.9l.6-3.1c.1-.5-.2-1.2-.7-1.5z"></path></svg>
<span class = "text">Choose a save file…</span>
</label>
<div id="saveFileLocation">
<a href="javascript:;">Where can I find my save file?</a>
<div id="saveFileLocationTooltip">
<p><span>Windows - </span>C:\Users[username]\AppData\Local\HyperLightDrifter\HyperLight_RecordOfTheDrifter_*.sav</p>
<p><span>Mac - </span>/Users/[username]/Library/Application Support/com.HeartMachine.HyperLightDrifter/HyperLight_RecordOfTheDrifter_*.sav</p>
<p><span>Linux - </span>~/.config/HyperLightDrifter/HyperLight_RecordOfTheDrifter_*.sav</p>
</div>
</div>
</div>
<div class="footer">
<p><a href="https://github.com/anishlr/HyperLightDrifterLocator">View the Project on GitHub</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</div>
</div>
</div>
</div>
<script src="javascripts/scale.fix.js"></script>
<script src="javascripts/notie.min.js"></script>
<script src="javascripts/file-input.js"></script>
</body>
</html>