Update src/html/index.html

This commit is contained in:
SkyHighSundae 2024-12-06 13:58:18 +00:00
parent 3c32240fdc
commit c26b1a3c83

View File

@ -342,7 +342,7 @@
<script> <script>
document.getElementById('heading1-button').addEventListener('click', function() { document.getElementById('heading1-button').addEventListener('click', function() {
var textbox = document.getElementById('chat-input'); var textbox = document.getElementById('chat-input');
textbox.value += '<h1></h1>'; textbox.value += '<h1>Your text goes here</h1>';
}); });
</script> </script>