index.html 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  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. <link rel="icon" href="<%= BASE_URL %>logo.ico" />
  8. <link rel="stylesheet" href="https://at.alicdn.com/t/font_2605369_p2nnseyr5n.css" />
  9. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
  10. <title>泰州市知识产权军融公共服务平台</title>
  11. <style>
  12. @font-face {
  13. font-family: 'Noto Sans';
  14. src: url(<%=BASE_URL%>fonts/NotoSans-Regular.ttf);
  15. }
  16. @font-face {
  17. font-family: 'Noto Sans Bold';
  18. src: url(<%=BASE_URL%>fonts/NotoSans-Bold.ttf);
  19. }
  20. </style>
  21. </head>
  22. <body>
  23. <noscript>
  24. <strong
  25. >We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript
  26. enabled. Please enable it to continue.</strong
  27. >
  28. </noscript>
  29. <div id="app"></div>
  30. <!-- built files will be auto injected -->
  31. <script src="https://at.alicdn.com/t/font_2605369_p2nnseyr5n.js"></script>
  32. </body>
  33. </html>