1
0

auto-git:

[change] index.html
This commit is contained in:
2025-05-26 02:47:07 +02:00
parent aaec14a76c
commit 9fefac7f24

View File

@@ -233,7 +233,7 @@
</div>
<script src="renderer.js"></script>
<!--<script type="module">
<script type="module">
import { AnimeCat } from './animeCat.js';
document.addEventListener('DOMContentLoaded', () => {
const slot = document.getElementById('catSlot');
@@ -254,7 +254,7 @@
}
simulateStream("Hi there! I'm your friendly assistant 👋");
});
</script>-->
</script>
</main>
</body>
</html>