6 lines
199 B
HTML
6 lines
199 B
HTML
|
<script src="/static/js/controller.js"></script>
|
||
|
|
||
|
<label for="search-bar">Search: </label>
|
||
|
<input type="text" id="search-bar" name="search-bar"/>
|
||
|
<button id="search-submit" type="submit">Go</button>
|