-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (29 loc) · 928 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>NyanPass</title>
<link href="style.css" type="text/css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
<script type="text/javascript" src="function.js"></script>
</head>
<body>
<div id="border">
<div class="container">
<div id="header">
<span class="encountertitle" onclick="titleFadeOut()">NyanPass</span>
<span class="duration" onclick="location.reload()">Version 2.0</span>
</div>
<div class="line" style="top: 33px;"></div>
<div id="overlay">
<span class="waiting">等待数据传输</span>
</div>
<div class="line" style="bottom: 36px;"></div>
<div id="button">
<a class="cdps" onclick="dpstime()">伤害</a>
<a class="chps" onclick="hpstime()">治疗</a>
</div>
</div>
</div>
</body>
</html>