You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.8 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favicon-32x32.png">
  6. <link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon-16x16.png">
  7. <link rel="mask-icon" href="%PUBLIC_URL%/safari-pinned-tab.svg" color="#5bbad5">
  8. <meta name="viewport" content="width=device-width, initial-scale=1" />
  9. <meta name="theme-color" content="#ffffff" />
  10. <meta name="msapplication-TileColor" content="#da532c">
  11. <meta name="title" content="PNSPS" />
  12. <meta
  13. name="description"
  14. content="The Government of the Hong Kong Special Administrative Region Gazette Public Notice Submission and Payment System."
  15. />
  16. <meta
  17. name="keywords"
  18. content="PNSPS, GLD, react redux dashboard, Gazette, Public Notice"
  19. />
  20. <meta name="author" content="Government Logistics Department" />
  21. <link rel="apple-touch-icon" href="%PUBLIC_URL%/apple-touch-icon.png" />
  22. <title>PNSPS</title>
  23. <link rel="preconnect" href="https://fonts.gstatic.com" />
  24. <link
  25. href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&family=Roboto:wght@400;500;700&display=swap&family=Public+Sans:wght@400;500;600;700"
  26. rel="stylesheet"
  27. />
  28. </head>
  29. <body>
  30. <noscript>You need to enable JavaScript to run this app.</noscript>
  31. <div id="root"></div>
  32. <!--
  33. This HTML file is a template.
  34. If you open it directly in the browser, you will see an empty page.
  35. You can add webfonts, meta tags, or analytics to this file.
  36. The build step will place the bundled scripts into the <body> tag.
  37. To begin the development, run `npm start` or `yarn start`.
  38. To create a production bundle, use `npm run build` or `yarn build`.
  39. -->
  40. </body>
  41. </html>