index.html 680 B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <link rel="icon" href="{{ copy "./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="Chad music streaming service"
  11. />
  12. <link rel="apple-touch-icon" href="{{ copy "./logo192.png" }}" />
  13. <link rel="manifest" href="{{ copy "./manifest.json" }}" />
  14. <title>Chad music</title>
  15. </head>
  16. <body>
  17. <noscript>You need to enable JavaScript to run this app.</noscript>
  18. <div id="root"></div>
  19. {{ esbuild "../src/index.js" true}}
  20. </body>
  21. </html>