-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgwnm95.html
43 lines (42 loc) · 1.98 KB
/
gwnm95.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Miza's GBF Resources</title>
<meta name="title" content="Miza's GBF Resources">
<meta name="description" content="Miza's GBF Resources">
<meta name="theme-color" content="#5217b0">
<meta property="og:site_name" content="Github">
<meta property="og:type" content="website">
<meta property="og:url" content="https://mizagbf.github.io/">
<meta property="og:title" content="Miza's GBF Resources">
<meta property="og:description" content="Miza's GBF Resources">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://mizagbf.github.io/">
<meta property="twitter:title" content="Miza's GBF Resources">
<meta property="twitter:description" content="Miza's GBF Resources">
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/gwnm95.css">
<script src="js/clock.js"></script>
<script src="js/gwnm95.js"></script>
</head>
<body onload="load()">
<a href="index.html" class="main-link"><div id="header-bg"><h1><img src="assets/lyria.png" class="title-icon"> Miza's GBF Resources<br><img src="assets/clock.png" id="clock-icon"><div id="clock"></div></h1></div></a>
<h2>
<div class="category-title"><img src="assets/gw.png" class="cat-icon"> <b>Unite and Fight Nightmare 95 Simulator</b></div>
<div class="category">
<div>
<input type="range" id="percent_range" name="percent" min="0" max="100" value="100" oninput="update();">
<label id="percent_value" for="percent">100%</label>
</div>
<div id="percent_result">
</div>
<button type="button" onclick="nm90()">NM90 HP</button>
</div>
</h2>
<h2 id="tip">
Click to directly access the quest.
</h2>
</body>
</html>