This commit is contained in:
FantasyPvP
2024-12-10 11:57:08 +00:00
parent 1707309d95
commit fb1c13bfa0
81 changed files with 2900 additions and 582 deletions
+7 -5
View File
@@ -5,14 +5,16 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chat App</title>
<link rel="stylesheet" href="/styles-a0f557a2c187e84.css" integrity="sha384&#x2D;IY1p3eyyGzgt1dx8oous21mdUqg5fUoBJDo0cnEt0Dzc0zNGKH5Z&#x2F;fRO8S&#x2F;o&#x2F;z&#x2B;X"/>
<link rel="modulepreload" href="/chatapp-frontend-2d9721327d80d1a4.js" crossorigin=anonymous integrity="sha384-NUMxiXeKeAJvxebMe8KYjMxliEtODVyz5/Z481fZRPDW2uYnad9e2ra9tGdLMFpa"><link rel="preload" href="/chatapp-frontend-2d9721327d80d1a4_bg.wasm" crossorigin=anonymous integrity="sha384-2mAsbkb1UNVlDtYPNO/P2i3j3N0eQcSD4sqqXRdf0Y5CtCnprvY5LjoqgSeLoJul" as="fetch" type="application/wasm"></head>
<link rel="stylesheet" href="/components-c4a55600848b6fb1.css" integrity="sha384&#x2D;Mmjo1ZomS0FElJau47rDNd04eUSEv&#x2B;T87iRK8eeVFIde&#x2B;LiwQrTeAxKj59XzYmS0"/>
<link rel="stylesheet" href="/global-7cfadbee4d5b1bff.css" integrity="sha384&#x2D;GWbuMob1xic&#x2F;G9k3FZveeVrVpzetubRiLpE&#x2B;4CtBpx5J2DZNCanPoio&#x2B;UXP2JwLS"/>
<link rel="stylesheet" href="/form-3a77ed11d71d542d.css" integrity="sha384&#x2D;lGHpEuixlt7WvJpZs7XP&#x2F;wQBg2&#x2F;v7C84a6g4l&#x2B;T1HkuUXDhYhqa5QqVli&#x2B;HKVWUi"/>
<link rel="modulepreload" href="/chatapp-frontend-2879b3175985551e.js" crossorigin=anonymous integrity="sha384-xlUUO7QtKu3SefdFpX08aFCGPCxeKLHtvHmbI/KU3AQFTKDOBLeNcVN9mu7mT68u"><link rel="preload" href="/chatapp-frontend-2879b3175985551e_bg.wasm" crossorigin=anonymous integrity="sha384-+mwYLmuuW0jPSy0jqOY+Qya/mYwxANqWd3CYV11ajVWiHIDvr4gfJOZ/oZnbdK8t" as="fetch" type="application/wasm"></head>
<body>
<div id="root"></div>
<script type="module" nonce="2WTPFE+DH5nuGYeLSROE+A==">
import init, * as bindings from '/chatapp-frontend-2d9721327d80d1a4.js';
const wasm = await init('/chatapp-frontend-2d9721327d80d1a4_bg.wasm');
<script type="module" nonce="0K6lbx5zqmDuxEdTEHz1Eg==">
import init, * as bindings from '/chatapp-frontend-2879b3175985551e.js';
const wasm = await init('/chatapp-frontend-2879b3175985551e_bg.wasm');
window.wasmBindings = bindings;