-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
28 lines (25 loc) · 1.34 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no" />
<meta content='tms,chat,wiki,translation,blog,markdown,group,team,teamwork,聊天,沟通,知识库,博文,国际化翻译,团队协作' name='Keywords'>
<meta content='TMS是免费开源的团队协作(团队沟通,博文知识库,国际化翻译i18n)web系统(响应式界面设计,移动端适配).' name='Description'>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<!-- fix: markdown编辑器 firefox下图标显示不正常 -->
<link href="cdn/font-awesome.min.css" rel="stylesheet">
<link href="cdn/fullcalendar.min.css" rel="stylesheet">
<link href="cdn/froala_style.min.css" rel="stylesheet">
<title>TMS</title>
</head>
<body aurelia-app="main">
<script src="deps.js"></script>
<script src="cdn/dragula.min.js"></script>
<script src="cdn/sortable.min.js"></script>
<script src="cdn/xlsx.full.min.js"></script>
<script src="scripts/vendor-bundle.js" data-main="aurelia-bootstrapper"></script>
</body>
</html>