forked from FOSS/BangleApps
start using spectre properly
parent
4aa5de663b
commit
c6e2651180
|
@ -20,10 +20,13 @@
|
|||
</style>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="form-group">
|
||||
<label class="form-label" for="input-example-1">Course Search</label>
|
||||
<label class="form-label" for="course_id">Course Search</label>
|
||||
<div class="input-group">
|
||||
<input class="form-input" type="text" id="course_id" placeholder="Whistling Straits">
|
||||
<button type="button" class="btn btn-primary" onclick="courseSearch();">Search</button>
|
||||
<button type="button" class="btn btn-primary input-group-btn" onclick="courseSearch();">Search</button>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<ul id="searchresults"></ul>
|
||||
|
@ -54,6 +57,7 @@
|
|||
<hr />
|
||||
<a href="https://www.openstreetmap.org/copyright">© OpenStreetMap contributors</p>
|
||||
</footer>
|
||||
</div>
|
||||
|
||||
<script src="../../core/lib/customize.js"></script>
|
||||
<script src="./maptools.js"></script>
|
||||
|
|
Loading…
Reference in New Issue