mirror of
https://codeberg.org/kbruen/kai.infotren.git
synced 2025-02-22 17:19:37 +02:00
Change input type to search, add label
This commit is contained in:
parent
002086c74c
commit
1d86207143
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@
|
|||
<body>
|
||||
<h1>Station Information</h1>
|
||||
|
||||
<h4>Station Name</h4>
|
||||
<input class="items" name="stationName" id="stationName">
|
||||
<h4><label for="stationName">Station Name</label></h4>
|
||||
<input type="search" class="items" name="stationName" id="stationName">
|
||||
|
||||
<h4>Suggestions</h4>
|
||||
<div class="content">
|
||||
|
|
Loading…
Add table
Reference in a new issue