index.html 936 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <link rel="icon" href="/favicon.ico" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <title>拍卖的那个</title>
  8. <style>
  9. @font-face {
  10. font-family: 'icomoon';
  11. src: url('fonts/icomoon.eot?vluorg');
  12. src: url('fonts/icomoon.eot?vluorg#iefix') format('embedded-opentype'),
  13. url('fonts/icomoon.ttf?vluorg') format('truetype'), url('fonts/icomoon.woff?vluorg') format('woff'),
  14. url('fonts/icomoon.svg?vluorg#icomoon') format('svg');
  15. font-weight: normal;
  16. font-style: normal;
  17. font-display: block;
  18. }
  19. </style>
  20. </head>
  21. <body>
  22. <div id="app"></div>
  23. <script type="module" src="/src/main.js"></script>
  24. </body>
  25. </html>