| 12345678910111213141516171819202122232425262728293031323334 |
- <!DOCTYPE html>
- <html lang="">
- <head>
- <meta charset="utf-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
- <meta name="viewport" content="width=device-width,initial-scale=1.0" />
- <link rel="icon" href="<%= BASE_URL %>logo.ico" />
- <link rel="stylesheet" href="https://at.alicdn.com/t/font_2605369_p2nnseyr5n.css" />
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
- <title>泰州市知识产权双向转化服务平台</title>
- <style>
- @font-face {
- font-family: 'Noto Sans';
- src: url(<%=BASE_URL%>fonts/NotoSans-Regular.ttf);
- }
- @font-face {
- font-family: 'Noto Sans Bold';
- src: url(<%=BASE_URL%>fonts/NotoSans-Bold.ttf);
- }
- </style>
- </head>
- <body>
- <noscript>
- <strong
- >We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript
- enabled. Please enable it to continue.</strong
- >
- </noscript>
- <div id="app"></div>
- <!-- built files will be auto injected -->
- <script src="https://at.alicdn.com/t/font_2605369_p2nnseyr5n.js"></script>
- </body>
- </html>
|