index.html 1010 B

12345678910111213141516171819202122232425262728
  1. <!DOCTYPE html>
  2. <html lang="">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  7. <!-- <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0,minimum-scale=1.0,maximum=scale=1.0"> -->
  8. <!-- <link rel="icon" href="<%= BASE_URL %>favicon.ico"> -->
  9. <link rel="icon" style="width: 16px;height:16px;" href="icon.ico" type="image/x-icon" />
  10. <title>贴贴人</title>
  11. <style>
  12. html,body{
  13. height: 100%;
  14. }
  15. @font-face {
  16. font-family: DIN Black;
  17. src: url("./DIN-Black.ttf");
  18. }
  19. </style>
  20. </head>
  21. <body>
  22. <noscript>
  23. <!-- <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> 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>