index.html 904 B

12345678910111213141516171819202122232425262728
  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
  9. name="description"
  10. content="Web site created using create-react-app"
  11. />
  12. <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
  13. <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
  14. <link
  15. rel="stylesheet"
  16. href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
  17. />
  18. <link
  19. rel="stylesheet"
  20. href="https://fonts.googleapis.com/icon?family=Material+Icons"
  21. />
  22. <title>ABRAXAS</title>
  23. </head>
  24. <body>
  25. <noscript>You need to enable JavaScript to run this app.</noscript>
  26. <div id="root"></div>
  27. </body>
  28. </html>