Comment out unused script in index.html
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user