You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
346 B
HTML
16 lines
346 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<body style="margin: 0px;">
|
|
<script type="module">
|
|
import init from './acts-of-gods.js'
|
|
|
|
init().catch((error) => {
|
|
if (!error.message.startsWith("Using exceptions for control flow, don't mind me. This isn't actually an error!")) {
|
|
throw error;
|
|
}
|
|
});
|
|
</script>
|
|
</body>
|
|
|
|
</html> |