企微-达人,新媒体部门

index.html 550B

123456789101112131415161718192021
  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>酷炫KOL合作管理平台</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. </head>
  14. <body>
  15. <div id="app"></div>
  16. <!-- built files will be auto injected -->
  17. </body>
  18. </html>