Browse Source

Change input type to search, add label

master
Kenneth Bruen 2 years ago
parent
commit
1d86207143
Signed by: kbruen
GPG Key ID: C1980A470C3EE5B1
  1. 4
      station.html

4
station.html

@ -18,8 +18,8 @@
<body> <body>
<h1>Station Information</h1> <h1>Station Information</h1>
<h4>Station Name</h4> <h4><label for="stationName">Station Name</label></h4>
<input class="items" name="stationName" id="stationName"> <input type="search" class="items" name="stationName" id="stationName">
<h4>Suggestions</h4> <h4>Suggestions</h4>
<div class="content"> <div class="content">

Loading…
Cancel
Save