1 Star 0 Fork 6

ygx / AngularJS-RequireJS

forked from wengcd / AngularJS-RequireJS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
wengcd 提交于 2014-09-26 12:11 . fix bugs
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Demo</title>
<!-- Bootstrap -->
<!--<link href="assets/libs/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">-->
<link href="assets/libs/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="http://cdn.bootcss.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<link href="http://cdn.bootcss.com/weather-icons/1.2/css/weather-icons.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="http://cdn.bootcss.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="http://cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div ui-view>
</div>
<script src="assets/libs/requirejs/require.js" data-main="assets/js/main"></script>
</body>
</html>
1
https://gitee.com/ygx/AngularJS-RequireJS.git
git@gitee.com:ygx/AngularJS-RequireJS.git
ygx
AngularJS-RequireJS
AngularJS-RequireJS
master

搜索帮助