mirror of
https://github.com/benbusby/whoogle-search
synced 2024-11-01 03:20:30 +00:00
10 lines
259 B
HTML
10 lines
259 B
HTML
<script src="/static/js/controller.js"></script>
|
|
<link rel="stylesheet" href="/static/css/main.css">
|
|
|
|
<div>
|
|
<h1>No-AMP Search</h1>
|
|
|
|
<input type="text" id="search-bar" name="search-bar"/>
|
|
<button id="search-submit" type="submit">Go</button>
|
|
</div>
|