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 397B

1234567891011121314
  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. <meta name="viewport" content="width=device-width" />
  7. </head>
  8. <body>
  9. <script type="module">
  10. import init from './pkg/domain_hacks.js';
  11. init().catch(console.error);
  12. </script>
  13. </body>
  14. </html>