1 Star 0 Fork 0

私人-项目骨架沉淀/CLPortal

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 981 Bytes
一键复制 编辑 原始数据 按行查看 历史
CL.Lam 提交于 2015-05-25 17:22 +08:00 . setup the ajax callback feature
<!DOCTYPE html>
<html lang="en" ng-app="app">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Bootstrap 101 Template</title>
<!-- Bootstrap -->
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/main.css" rel="stylesheet">
</head>
<body>
<div ng-include="'header.html'"></div>
<div ng-view></div>
<div ng-include="'footer.html'"></div>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="/js/jquery-2.1.4.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="/js/angular.min.js"></script>
<script src="/js/angular-route.min.js"></script>
<script src="/js/main.js"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/project_skeleton/CLPortal.git
git@gitee.com:project_skeleton/CLPortal.git
project_skeleton
CLPortal
CLPortal
master

搜索帮助