Files
page/index.html
2025-08-20 08:43:44 +00:00

50 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>i0ur.ing ~ welcome</title>
<!--<link data-trunk rel="sass" href="main.scss" />-->
<script type="module">
import init, * as bindings from '/web_iouring-7dd6ffac47ffb586.js';
const wasm = await init({ module_or_path: '/web_iouring-7dd6ffac47ffb586_bg.wasm' });
window.wasmBindings = bindings;
dispatchEvent(new CustomEvent("TrunkApplicationStarted", {detail: {wasm}}));
</script>
<base href="/" />
<link rel="modulepreload" href="/web_iouring-7dd6ffac47ffb586.js" crossorigin="anonymous" integrity="sha384-yVAB6Y/TsAk08IMeFX2LdptQzoFmwo1/qA9/1l/5+NuOELSjOwHAh8mB4ObcDMsh"><link rel="preload" href="/web_iouring-7dd6ffac47ffb586_bg.wasm" crossorigin="anonymous" integrity="sha384-4GlO70WHkhXdPTyZfVH7uVb484YHLaipdidFIMwff4m3iic6pzFL5PsKlmqgUzE4" as="fetch" type="application/wasm"></head>
</html>