index.html 1.2 KB

12345678910111213141516171819202122
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1" />
  6. <meta name="description" content="Joystream Atlas" />
  7. <link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/favicon/apple-touch-icon.png" />
  8. <link rel="icon" type="image/png" sizes="32x32" href="%PUBLIC_URL%/favicon/favicon-32x32.png" />
  9. <link rel="icon" type="image/png" sizes="16x16" href="%PUBLIC_URL%/favicon/favicon-16x16.png" />
  10. <link rel="manifest" href="%PUBLIC_URL%/favicon/site.webmanifest" />
  11. <link rel="mask-icon" href="%PUBLIC_URL%/favicon/safari-pinned-tab.svg" color="#5bbad5" />
  12. <meta name="msapplication-TileColor" content="#da532c" />
  13. <meta name="theme-color" content="#4038FF" />
  14. <title>Joystream</title>
  15. <link rel="stylesheet" href="https://eu-central-1.linodeobjects.com/atlas-assets/fonts/PxGrotesk/PxGrotesk.css" />
  16. <link rel="stylesheet" href="https://eu-central-1.linodeobjects.com/atlas-assets/fonts/Inter/inter.css" />
  17. </head>
  18. <body>
  19. <noscript>You need to enable JavaScript to run this app.</noscript>
  20. <div id="root"></div>
  21. </body>
  22. </html>