Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ducnc1201 authored Feb 2, 2024
1 parent 6acaec7 commit 47febdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
</head>
<body>
<h1>Keyword Processing</h1>
<div id="editableBox" class="editable-box" contenteditable="true" oninput="processText()" placeholder="Paste your HTML content here..."></div>
<div id="editableBox" class="editable-box" contenteditable="true" onkeyup="processText()" placeholder="Paste your HTML content here..."></div>
<button class="copy-btn" onclick="copyOutput()">Copy Processed Content</button>
</body>
</html>

0 comments on commit 47febdb

Please sign in to comment.