wordl/frontend/dist/index.html
2024-08-28 15:27:18 +00:00

28 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>wordl</title>
<link rel="stylesheet" href="/styles-56e395d325eea0a0.css" integrity="sha384&#x2D;BKXf0WUvwZXMIC1tQftZYg6IGrJLeye6QMBsIJIV&#x2F;h8FrUIm8CdRg2PVDsWMe&#x2B;21"/>
<!-- <link data-trunk href="./assets/favicon.ico" rel="icon" type="image/x-icon"> -->
<link rel="manifest" href="public/manifest.json" />
<link rel="modulepreload" href="/wordl-frontend-9a7f2cab90becd72.js" crossorigin=anonymous integrity="sha384-eRL0cuVT0HMVRdo53NZkwZQ5XoEu4T01miOUwyXsFw2vxtKNY0JR31gsSIkxPH6r">
<link rel="preload" href="/wordl-frontend-9a7f2cab90becd72_bg.wasm" crossorigin=anonymous integrity="sha384-WLecfo6mTmR1lCvJrhUSeywdjzxyxlS8Y3QiRhif42+EqDGBW8ObGeJvndmvVEux" as="fetch" type="application/wasm"></head>
<body class="bg-black text-white">
<script type="module" nonce="C6wemXT9bYoLMMwSgt9gzg==">
import init, * as bindings from '/wordl-frontend-9a7f2cab90becd72.js';
const wasm = await init('/wordl-frontend-9a7f2cab90becd72_bg.wasm');
window.wasmBindings = bindings;
dispatchEvent(new CustomEvent("TrunkApplicationStarted", {detail: {wasm}}));
</script></body>
</html>