Skip to content

Commit

Permalink
Merge pull request #7 from doggy8088/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
poychang authored Nov 10, 2024
2 parents de4bfcf + 8af45dd commit dabadd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="card-body">
<h1 class="card-title text-center mb-4">Microsoft Terminology Lookup</h1>
<div class="input-group mb-3">
<input type="text" id="termInput" autofocus="autofocus" class="form-control"
<input type="search" id="termInput" autofocus="autofocus" class="form-control"
placeholder="Enter term (English or Chinese)">
<button id="searchButton" class="btn btn-primary">Search</button>
</div>
Expand Down Expand Up @@ -145,4 +145,4 @@ <h5 class='card-title'>${item.english} / ${item.chinese}</h5>
</footer>
</body>

</html>
</html>

0 comments on commit dabadd4

Please sign in to comment.