-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtdoll_stat_2.html
59 lines (51 loc) · 2.23 KB
/
tdoll_stat_2.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
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>T-Doll Build Timer</title>
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/tdoll_stat_2.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.13.0/css/all.css">
</head>
<body>
<div class="navbar">
<div class="navbar_center">
<a href="index.html">Home</a>
<a href="en_event.html">EN Event</a>
<div class="dropdown">
<button class="dropbtn">Build Timer
<i class="fas fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="tdoll_timer.html">T-Doll</a>
<a href="equip_timer.html">Equip</a>
<a href="#">coming soon</a>
</div>
</div>
</div>
</div>
<div class="container">
<h1>T-Doll Quick Status</h1>
<form class="demoForm" id="demoForm">
<button type="button" name="BT[]"class="button-flat" value="HG">HG</button>
<button type="button" name="BT[]"class="button-flat" value="SMG">SMG</button>
<button type="button" name="BT[]"class="button-flat" value="AR">AR</button>
<button type="button" name="BT[]"class="button-flat" value="RF">RF</button>
<button type="button" name="BT[]"class="button-flat" value="MG">MG</button>
<button type="button" name="BT[]"class="button-flat" value="SG">SG</button>
</form>
<br>
<div id="SearchWrapper">
<input type="text" name="SearchBar" id="SearchBar"
placeholder="search by name (i.e. idw) or timer (i.e. 1:10 or 110)" />
</div>
<ul id="TDoll_List"></ul>
</div>
<script src="js/tdoll_stat_2.js"></script>
<div class="footer">
Girls' Frontline is Copyright SUNBORN Network Technology Co., Ltd. All images and names owned and trademarked by SUNBORN Network Technology Co., Ltd. are property of SUNBORN Network Technology Co., Ltd.
</div>
</body>
</html>