index.html 1.4 KB

12345678910111213141516171819202122232425262728
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta content='IE=edge,chrome=1' http-equiv='X-UA-Compatible'>
  6. <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
  7. <meta content="yes" name="apple-mobile-web-app-capable">
  8. <meta content="black" name="apple-mobile-web-app-status-bar-style">
  9. <meta content="telephone=no" name="format-detection">
  10. <link rel="shortcut icon" href="static/Index-LOGO.png" type="image/x-icon" />
  11. <script src="https://cdn.staticfile.org/jquery/2.1.1/jquery.min.js" type="text/javascript"></script>
  12. <link rel="stylesheet" type="text/css" href="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/css/bootstrap.min.css">
  13. <script src="https://cdn.staticfile.org/twitter-bootstrap/3.3.7/js/bootstrap.min.js" type="text/javascript"></script>
  14. <script src="./static/pixi.min.js" type="text/javascript"></script>
  15. <script src="./static/TweenMax.min.js" type="text/javascript"></script>
  16. <script src="./static/canvasIndex.js" type="text/javascript"></script>
  17. <!-- 引入样式 -->
  18. <link rel="stylesheet" href="https://unpkg.com/mint-ui/lib/style.css">
  19. <!-- 引入组件库 -->
  20. <!-- <script src="https://unpkg.com/mint-ui/lib/index.js"></script>-->
  21. <title>ELAB | 生活居无限</title>
  22. </head>
  23. <body>
  24. <div id="app"></div>
  25. <!-- built files will be auto injected -->
  26. </body>
  27. </html>