您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

80 行
3.9 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <!-- Preload critical Public Sans webfont files and declare @font-face so the browser
  6. uses the custom font immediately on page render, eliminating the flash of the
  7. default/fallback font (FOIT/FOUT). -->
  8. <link rel="preload" as="font" href="%PUBLIC_URL%/public-sans-latin-400-normal.woff2" type="font/woff2" crossorigin="anonymous" />
  9. <link rel="preload" as="font" href="%PUBLIC_URL%/public-sans-latin-500-normal.woff2" type="font/woff2" crossorigin="anonymous" />
  10. <link rel="preload" as="font" href="%PUBLIC_URL%/public-sans-latin-600-normal.woff2" type="font/woff2" crossorigin="anonymous" />
  11. <link rel="preload" as="font" href="%PUBLIC_URL%/public-sans-latin-700-normal.woff2" type="font/woff2" crossorigin="anonymous" />
  12. <style>
  13. @font-face {
  14. font-family: 'Public Sans';
  15. font-style: normal;
  16. font-display: swap;
  17. font-weight: 400;
  18. src: url(%PUBLIC_URL%/public-sans-latin-400-normal.woff2) format('woff2');
  19. unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  20. }
  21. @font-face {
  22. font-family: 'Public Sans';
  23. font-style: normal;
  24. font-display: swap;
  25. font-weight: 500;
  26. src: url(%PUBLIC_URL%/public-sans-latin-500-normal.woff2) format('woff2');
  27. unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  28. }
  29. @font-face {
  30. font-family: 'Public Sans';
  31. font-style: normal;
  32. font-display: swap;
  33. font-weight: 600;
  34. src: url(%PUBLIC_URL%/public-sans-latin-600-normal.woff2) format('woff2');
  35. unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  36. }
  37. @font-face {
  38. font-family: 'Public Sans';
  39. font-style: normal;
  40. font-display: swap;
  41. font-weight: 700;
  42. src: url(%PUBLIC_URL%/public-sans-latin-700-normal.woff2) format('woff2');
  43. unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
  44. }
  45. </style>
  46. <link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favicon-32x32.png">
  47. <link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon-16x16.png">
  48. <link rel="mask-icon" href="%PUBLIC_URL%/safari-pinned-tab.svg" color="#5bbad5">
  49. <meta name="viewport" content="width=device-width, initial-scale=1" />
  50. <meta name="theme-color" content="#ffffff" />
  51. <meta name="msapplication-TileColor" content="#da532c">
  52. <meta name="title" content="PNSPS - Public Notice Submission and Payment System" />
  53. <meta
  54. name="description"
  55. content="Public Notice Submission and Payment System - Government Logistics Department"
  56. />
  57. <meta
  58. name="keywords"
  59. content="PNSPS, GLD, react redux dashboard, Gazette, Public Notice"
  60. />
  61. <meta name="author" content="Government Logistics Department" />
  62. <link rel="apple-touch-icon" href="%PUBLIC_URL%/apple-touch-icon.png" />
  63. <title>PNSPS - Public Notice Submission and Payment System</title>
  64. </head>
  65. <body>
  66. <noscript>You need to enable JavaScript to run this app.</noscript>
  67. <div id="root"></div>
  68. <!--
  69. This HTML file is a template.
  70. If you open it directly in the browser, you will see an empty page.
  71. You can add webfonts, meta tags, or analytics to this file.
  72. The build step will place the bundled scripts into the <body> tag.
  73. To begin the development, run `npm start` or `yarn start`.
  74. To create a production bundle, use `npm run build` or `yarn build`.
  75. -->
  76. </body>
  77. </html>