added search bar + platform select + refresh btn
This commit is contained in:
17
index.html
17
index.html
@ -15,7 +15,22 @@
|
||||
<div class="services"></div>
|
||||
</div>
|
||||
</div>
|
||||
<h1 id="station">St-Maurice</h1>
|
||||
<form id="search">
|
||||
<input type="text" id="search-input" placeholder="Station...">
|
||||
<button id="search-btn">Search</button>
|
||||
</form>
|
||||
<div id="stations"></div>
|
||||
<div id="station">
|
||||
<h1 class="name">St-Maurice</h1>
|
||||
<div class="field">
|
||||
<label for="platforms">Platform</label>
|
||||
<div class="select-wrapper">
|
||||
<select id="platforms"></select>
|
||||
<span class="select-arrow"></span>
|
||||
</div>
|
||||
</div>
|
||||
<button id="refresh"></button>
|
||||
</div>
|
||||
<div id="grid">
|
||||
<div id="type-time">
|
||||
<img id="train-type" src="icons/ic-61.svg" alt="InterCity 61">
|
||||
|
Reference in New Issue
Block a user