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.

14 lines
441 B

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">
  6. <title>Maunium sticker picker</title>
  7. <link rel="stylesheet" href="index.css"/>
  8. <link rel="stylesheet" href="spinner.css"/>
  9. </head>
  10. <body>
  11. <noscript>This sticker picker requires JavaScript</noscript>
  12. <script src="index.js" type="module"></script>
  13. </body>
  14. </html>