index.html 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1" />
  7. <meta name="theme-color" content="#000000" />
  8. <meta name="description" content="Web site created using create-react-app" />
  9. <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
  10. <link rel="stylesheet" href="/src/App.css" />
  11. <link rel="preconnect" href="https://fonts.googleapis.com" />
  12. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
  13. <link href="https://fonts.googleapis.com/css2?family=Revalia&display=swap" rel="stylesheet" />
  14. <link rel="preconnect" href="https://fonts.googleapis.com" />
  15. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
  16. <link href="https://fonts.googleapis.com/css2?family=Revalia&family=Roboto:wght@400;500&display=swap"
  17. rel="stylesheet" />
  18. <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
  19. <title>module-work</title>
  20. </head>
  21. <body>
  22. <noscript>You need to enable JavaScript to run this app.</noscript>
  23. <div id="root"></div>
  24. <!--
  25. This HTML file is a template.
  26. If you open it directly in the browser, you will see an empty page.
  27. You can add webfonts, meta tags, or analytics to this file.
  28. The build step will place the bundled scripts into the <body> tag.
  29. To begin the development, run `npm start` or `yarn start`.
  30. To create a production bundle, use `npm run build` or `yarn build`.
  31. -->
  32. </body>
  33. </html>