-
Notifications
You must be signed in to change notification settings - Fork 74
/
technology.html
52 lines (33 loc) · 1.29 KB
/
technology.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Technology</title>
<link rel="shortcut icon" href="img/small.png" />
<link rel="stylesheet" href="css/zmather.lib.css" />
<!-- 引用第三方库 -->
<script src="js/lib/jquery.js"></script>
<script src="js/lib/base64.js"></script> <!-- 增加了xml的解析功能-->
<!-- 富媒体 -->
<script src="js/lib/qrcode.js"></script>
<!-- i18n -->
<script src="js/i18n/en.js"></script>
<script src="js/i18n/zh_cn.js"></script>
<!-- 引用小乐库 -->
<script src="js/lib/zmather_zlr.js"></script>
<!-- 页面公有 -->
<script src="js/htm/common.js"></script>
<!-- 当前页面私有 -->
<script src="js/htm/technology/software/math.js"></script>
<script src="js/htm/technology/software/chart.js"></script>
<script src="js/htm/technology/software/coding.js"></script>
<script src="js/htm/technology/software/music.js"></script>
<script src="js/htm/technology/software/ai.js"></script>
<script src="js/htm/technology/software/misc.js"></script>
</head>
<body>
<div id=panel></div>
<div id=oHTML><div class=pd20><progress /></div></div>
</body>
</html>