Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
missing6 authored Dec 7, 2023
1 parent 6bdcada commit 027804e
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 @@ -4,7 +4,7 @@

<h2>Input Field Change Listener</h2>

<input type="text" id="myInput" placeholder="Type something...">
<input type="number" id="myInput" placeholder="Type something...">
<p id="displayText"></p>

<script src="index.js"></script>
Expand Down

0 comments on commit 027804e

Please sign in to comment.