forked from mgneko/mgneko.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 loc) · 1.47 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>FGO持有英灵一览表</title>
<meta name="descriptions" content="FGO持有英灵一览表">
<meta name="keywords" content="FGO,Fate,Fate Grand Order">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Style-type" content="text/css">
<link rel="stylesheet" type="text/css" href="main.css" />
<script type="text/javascript" charset="UTF-8" src="units.js"></script>
</head>
<body onload="javascript:init();" style="margin:0px;">
<div id="header">
<H1>持有英灵一览表</H1>
</div>
<div id="nav">
<ul>
<li><a id="cn-button" class="btn btn--checked btn--round" href="javascript:void(0);">BGO</a></li>
<li><a id="jp-button" class="btn btn--primary btn--round" href="javascript:void(0);">FGO</a></li>
</ul>
<br>
<ul>
<li><a id="set-button" class="btn btn--checked btn--round" href="javascript:void(0);">宝具等级</a></li>
<li><a id="mask-button" class="btn btn--primary btn--round" href="javascript:void(0);">设定标记</a></li>
<li><a id="luckyBag-button" class="btn btn--primary btn--round" href="javascript:void(0);">福袋期望值</a></li>
<li><a class="btn btn--primary btn--round" href="javascript:openImage();">生成图片</a></li>
</ul>
</div>
<canvas id="canvas" width="0" height="0" align="center"></canvas>
</body>
</html>