index.html 1.08 KB
<!--
 * @Author: ly525
 * @Date: 2020-01-03 23:36:38
 * @LastEditors: ly525
 * @LastEditTime: 2020-01-05 18:22:46
 * @FilePath: /luban-h5/front-end/h5/public/index.html
 * @Github: https://github.com/ly525/luban-h5
 * @Description: Do not edit
 * @Copyright 2018 - 2019 luban-h5. All Rights Reserved
 -->
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width,initial-scale=1.0">
    <link rel="icon" href="<%= BASE_URL %>favicon.ico">
    <title>鲁班-H5</title>
    <style>
      * {
        outline: none;
      }
    </style>
    <!-- <script src="https://code.createjs.com/1.0.0/createjs.min.js"></script> -->
    <script src="https://cdn.jsdelivr.net/npm/createjs@1.0.1/builds/1.0.0/createjs.min.js"></script>
  </head>
  <body>
    <noscript>
      <strong>We're sorry but luban-h5 doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
    </noscript>
    <div id="app"></div>
    <!-- built files will be auto injected -->
  </body>
</html>