forked from DanielVF/kerbal_science_remaining
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zh.html
38 lines (35 loc) · 1.49 KB
/
zh.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"> <!-- for HTML5 -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>剩余科技点</title>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?d7224de4c04fb4c46bceba7fd67d7793";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<link rel="stylesheet" href="css/style_zh.css" type="text/css" charset="utf-8">
<script src="vendor/jquery-1.11.0.min.js"></script>
<script src="vendor/underscore-min.js"></script>
<script src="js/parse_sfs.js"></script>
<script src="js/extract_completed_science.js"></script>
<script src="js/science_department.js"></script>
<script src="js/zh.js"></script>
<script src="vendor/react-with-addons.min.js"></script>
</head>
<body>
<h1>剩余科技点</h1>
<p>----for KSP 1.3</p>
<p>拖拽KSP的存盘文件.sfs到本页面。</p>
<p><i>数据来自<a href="http://wiki.kerbalspaceprogram.com/wiki/Science#Activities">KSP WIKI</a>(2017-5-29)。</i></p>
<p><i>本网页基于<a href="https://github.com/DanielVF/kerbal_science_remaining">https://github.com/DanielVF/kerbal_science_remaining</a>开发。</i></p>
<div id="planets">
</div>
</body>
</html>
<script src="js/views_zh.js"></script>