Update src/html/index.html
This commit is contained in:
parent
3c32240fdc
commit
c26b1a3c83
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user