Ai
1 Star 0 Fork 0

snails001/preparation-wechat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.99 KB
一键复制 编辑 原始数据 按行查看 历史
thenbsp 提交于 2016-08-04 16:18 +08:00 . some changes
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<title>秦学好课</title>
<base href="/">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!-- <link rel="stylesheet" href="node_modules/normalize.css/normalize.css">
<link rel="stylesheet" href="node_modules/jquery-weui/dist/lib/weui.min.css">
<link rel="stylesheet" href="node_modules/jquery-weui/dist/css/jquery-weui.min.css">
<link rel="stylesheet" href="assets/css/app.css"> -->
<link rel="stylesheet" href="assets/css/vendor.css">
</head>
<body ontouchstart>
<div ng-app="myApp">
<div ng-view></div>
</div>
<!-- <script src="node_modules/angular/angular.min.js"></script>
<script src="node_modules/angular-route/angular-route.min.js"></script>
<script src="node_modules/jquery-weui/dist/lib/jquery-2.1.4.js"></script>
<script src="node_modules/jquery-weui/dist/js/jquery-weui.min.js"></script>
<script src="node_modules/jquery-weui/dist/js/city-picker.min.js"></script>
<script src="app/app.js"></script>
<script src="app/controller/indexController.js"></script>
<script src="app/controller/loginController.js"></script>
<script src="app/controller/authorizeController.js"></script>
<script src="app/controller/resetController.js"></script>
<script src="app/controller/applyController.js"></script>
<script src="app/controller/wechatController.js"></script>
<script src="app/controller/itemImageController.js"></script>
<script src="app/controller/itemPageController.js"></script>
<script src="app/controller/itemVideoController.js"></script>
<script src="app/controller/itemDemoController.js"></script>
<script src="app/directive/locationPicker.js"></script>
<script src="app/service/userManager.js"></script>
<script src="app/service/tokenManager.js"></script>
<script src="app/service/applyManager.js"></script>
<script src="app/service/classManager.js"></script>
<script src="app/service/subjectManager.js"></script> -->
<script src="assets/js/vendor.js"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/codingwhy/preparation-wechat.git
git@gitee.com:codingwhy/preparation-wechat.git
codingwhy
preparation-wechat
preparation-wechat
master

搜索帮助