whoogle-search/app/templates/index.html

10 lines
259 B
HTML
Raw Normal View History

2020-01-21 20:26:49 +00:00
<script src="/static/js/controller.js"></script>
<link rel="stylesheet" href="/static/css/main.css">
2020-01-21 20:26:49 +00:00
<div>
<h1>No-AMP Search</h1>
<input type="text" id="search-bar" name="search-bar"/>
<button id="search-submit" type="submit">Go</button>
</div>