5 Star 29 Fork 44

xiweicheng / tms-frontend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.html 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
xiweicheng 提交于 2022-07-09 10:43 . 博文菜单定位问题修复
<!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>
JavaScript
1
https://gitee.com/xiweicheng/tms-frontend.git
git@gitee.com:xiweicheng/tms-frontend.git
xiweicheng
tms-frontend
tms-frontend
master

搜索帮助