Files
page/index.html
2025-08-21 02:21:40 +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-f0077cab72ec3e7f.js';
const wasm = await init({ module_or_path: '/web_iouring-f0077cab72ec3e7f_bg.wasm' });
window.wasmBindings = bindings;
dispatchEvent(new CustomEvent("TrunkApplicationStarted", {detail: {wasm}}));
</script>
<base href="/" />
<link rel="modulepreload" href="/web_iouring-f0077cab72ec3e7f.js" crossorigin="anonymous" integrity="sha384-4MQVWNzJ59/eIjcbi1uBL7FsmqzNvNXpUsmFMEdY1cbLC3kbFLspTZDHCzkAqbyv"><link rel="preload" href="/web_iouring-f0077cab72ec3e7f_bg.wasm" crossorigin="anonymous" integrity="sha384-6acToqLpVrWrzl2SW03j9qp/hw0T4GiYPy/FtmlHAgXCWUQvo/Tr8OTpubR/d/sC" as="fetch" type="application/wasm"></head>
</html>