Keine Beschreibung

index.html 479B

12345678910111213141516171819
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <link rel="shortcut icon" href="/favicon.ico" />
  6. <meta
  7. name="viewport"
  8. content="width=device-width, initial-scale=1, shrink-to-fit=no"
  9. />
  10. <meta name="theme-color" content="#000000" />
  11. <link rel="manifest" href="/manifest.json" />
  12. <title>Shuffle</title>
  13. </head>
  14. <body>
  15. <div id="root"></div>
  16. <script type="module" src="/src/index.js"></script>
  17. </body>
  18. </html>