猎户系统

index.html 888B

12345678910111213141516171819202122232425262728
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <link rel="shortcut icon" type="image/x-icon" href="./favicon.ico">
  6. <title>猎户助手</title>
  7. <script>
  8. document.documentElement.style.fontSize = 100 * (document.documentElement.clientWidth/1920) + "px";
  9. window.onresize = function(){
  10. document.documentElement.style.fontSize = 100 * (document.documentElement.clientWidth/1920) + "px";
  11. }
  12. </script>
  13. <script>
  14. var _hmt = _hmt || [];
  15. (function() {
  16. var hm = document.createElement("script");
  17. hm.src = "https://hm.baidu.com/hm.js?d61b9e2caf4d46ccda7471b5385e2333";
  18. var s = document.getElementsByTagName("script")[0];
  19. s.parentNode.insertBefore(hm, s);
  20. })();
  21. </script>
  22. </head>
  23. <body>
  24. <div id="app"></div>
  25. <!-- built files will be auto injected -->
  26. </body>
  27. </html>