angular页面

<!DOCTYPE html>
<!--[if lt IE 9]> <html lang="zh" xmlns:ng="http://angularjs.org" id="ng-app" class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html lang="zh" xmlns:ng="http://angularjs.org" id="ng-app" class="no-js">
<!--<![endif]-->

<head>
<title>壹化网</title>

<!-- General META -->
<meta charset="utf-8">
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">

<!-- 360默认开启极速模式 -->
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width">

<!-- Semantic META -->
<meta name="keywords" content="">
<meta name="description" content="">

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">

<!-- Fav Icon -->
<link href="fav.ico" rel="shortcut icon" type="image/x-icon">

<!-- #CSS Links -->
<!-- Basic Styles -->
<!-- build:css assets/css/vendor.min.css -->
<link rel="stylesheet" href="bower_components/normalize-css/normalize.css">
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css">
<!-- endbuild -->

<!-- build:css assets/css/app.min.css -->
<link rel="stylesheet" href="assets/css/reset.css">
<link rel="stylesheet" href="assets/css/common.css">
<link rel="stylesheet" href="assets/css/main.css">
<!-- endbuild -->

<!-- #font links -->

</head>


<body>

<!-- ui-view container -->
<div data-ui-view="root"></div>

<!--[if lt IE 7]>
<p class="browsehappy">您正在使用一个 <strong>过时的</strong> 浏览器. 请点击链接 <a href="http://se.360.cn//">下载360安全浏览器</a>来获得更好更安全的体验.</p>
<![endif]-->

<!--[if lt IE 9]>
<script src="vendor/js/es5-shim.min.js"></script>
<script src="vendor/js/json3.min.js"></script>
<script src="vendor/js/html5shiv.js"></script>
<![endif]-->

<!--[if (gte IE 6)&(lte IE 8)]>
<script type="text/javascript" src="vendor/js/selectivizr.js"></script>
<script type="text/javascript" src="vendor/js/requestAnimationFrame.js"></script>
<![endif]-->

<!-- Use for production after building the project with grunt -->
<!-- build:rev build/vendor.min.js -->
<script src="build/vendor.js"></script>
<script src="build/vendor.ui.js"></script>
<!-- endbuild -->
<!-- build:rev build/app.min.js -->
<script src="build/app.js"></script>
<!-- endbuild -->

</body>

</html>

原文地址:https://www.cnblogs.com/zhengyan/p/8241636.html