1
0

Comment out unused script in index.html

This commit is contained in:
2025-05-26 02:34:15 +02:00
parent cf2c2fc7a3
commit 48ca4c6e90

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>