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.

index.html 339B

12345678910111213
  1. <html>
  2. <head>
  3. <meta content="text/html;charset=utf-8" http-equiv="Content-Type" />
  4. <title>Domain Hack Generator</title>
  5. <link rel="stylesheet" href="/style.css" />
  6. </head>
  7. <body>
  8. <script type="module">
  9. import init from './pkg/domain_hacks.js';
  10. init().catch(console.error);
  11. </script>
  12. </body>
  13. </html>