1
0

index.html 488 B

1234567891011121314151617
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.png" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1" />
  7. <meta name="theme-color" content="#000000" />
  8. <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
  9. <title>JoystreamStats</title>
  10. </head>
  11. <body>
  12. <noscript>Please enable JavaScript to run this app.</noscript>
  13. <div id="app"></div>
  14. </body>
  15. </html>