You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
919 B

4 years ago
4 years ago
4 years ago
  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, shrink-to-fit=no, user-scalable=no">
  6. <title>Maunium sticker picker</title>
  7. <link rel="modulepreload" href="src/widget-api.js"/>
  8. <link rel="modulepreload" href="src/frequently-used.js"/>
  9. <link rel="modulepreload" href="src/spinner.js"/>
  10. <link rel="modulepreload" href="src/giphy.js"/>
  11. <link rel="modulepreload" href="lib/htm/preact.js"/>
  12. <link rel="preload" href="packs/index.json" as="fetch" type="application/json" crossorigin/>
  13. <link rel="stylesheet" href="style/index.css"/>
  14. <link rel="stylesheet" href="style/spinner.css"/>
  15. <script src="src/index.js" type="module"></script>
  16. <script nomodule>document.body.innerText = "This sticker picker requires modern JavaScript"</script>
  17. </head>
  18. <body>
  19. <noscript>This sticker picker requires JavaScript</noscript>
  20. </body>
  21. </html>