wordl/frontend/dist/index.html
2024-06-23 23:35:23 +02: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-62f31a7ac0d15d40.css" integrity="sha384&#x2D;iBFbymeolxY9g&#x2B;4zN6o&#x2B;eoSTHonPTFiTdAJ&#x2F;ggyMztm7uHSK9zqHN1pNtnpl4TkK"/>
<!-- <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-bffaafdf3ddfd570.js" crossorigin=anonymous integrity="sha384-oDwwNEUa9XBURlp1guh+woOVkTo/K1Uckm/3jdZGJ3+CrDK11CJ96wRhzrBQ7ZkX">
<link rel="preload" href="/wordl-frontend-bffaafdf3ddfd570_bg.wasm" crossorigin=anonymous integrity="sha384-aoxCKxdNyfEQ6TgJNyYTJHTjUBh24dQ9d8Al1Kgr0KiJiRM0wx+zPJ4RHR83WTsL" as="fetch" type="application/wasm"></head>
<body class="bg-black text-white">
<script type="module" nonce="CD5oRSxETtRLbjjga20vRw==">
import init, * as bindings from '/wordl-frontend-bffaafdf3ddfd570.js';
const wasm = await init('/wordl-frontend-bffaafdf3ddfd570_bg.wasm');
window.wasmBindings = bindings;
dispatchEvent(new CustomEvent("TrunkApplicationStarted", {detail: {wasm}}));
</script></body>
</html>