index.html 1003 B

1234567891011121314151617181920212223242526272829
  1. <!--
  2. * @Description: create
  3. * @Version: 1.0
  4. * @Autor: XuTongZhang
  5. * @Date: 2020-06-09 15:30:15
  6. * @LastEditors: XuTongZhang
  7. * @LastEditTime: 2020-08-03 11:07:45
  8. -->
  9. <!DOCTYPE html>
  10. <html lang="en">
  11. <head>
  12. <meta charset="utf-8">
  13. <meta name="referrer" content="no-referrer" />
  14. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  15. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  16. <link rel="icon" href="<%= BASE_URL %>static/logo.png">
  17. <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,600,700,900">
  18. <script src = "https://cdn.jsdelivr.net/npm/proxy-polyfill@0.3.0/proxy.min.js"></script>
  19. <title>优创面试后台管理</title>
  20. </head>
  21. <body>
  22. <noscript>
  23. <strong>We're sorry but vuecli3 doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  24. </noscript>
  25. <div id="app"></div>
  26. <!-- built files will be auto injected -->
  27. </body>
  28. </html>