zoukankan      html  css  js  c++  java
  • 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>

  • 相关阅读:
    CJSon使用
    mqtt学习-3 编译运行测试
    mqtt学习-2 创建c vs项目
    mqtt学习-1 Mqtt服务器搭建
    Linux c 开发-5 使用VsCode远程调试Linux程序
    Layui数据表格之获取表格中所有的数据方法
    layui 给数据表格加序号的方法
    Layui关闭弹出层并刷新父页面,父页面向子页面传值
    MUI中小数点的数字输入框,步进step为小数时的需求和浮点数的精确问题
    MUI-numbox(数字输入框),最小值、最大值、步长、获取值、设置值、重定义
  • 原文地址:https://www.cnblogs.com/zhengyan/p/8241636.html
Copyright © 2011-2022 走看看