whoogle-search/app/templates/index.html

6 lines
199 B
HTML
Raw Normal View History

2020-01-21 23:26:49 +03:00
<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>