This commit is contained in:
retoor 2025-01-27 03:38:46 +01:00
parent 095e30a92f
commit 374db23669

View File

@ -34,16 +34,5 @@
</aside>
<chat-window class="chat-area"></chat-window>
</main>
<script>
document.addEventListener("DOMContentLoaded",()=>{
setTimeout(()=>{
app.benchMark(3).then(result=>{
console.info("Benchmarked")
})
},1000)
})
</script>
</body>
</html>