OctoSearch/popup/search.html
Jaidyn Ann db7f5b4b9b Support for multiple combos ("presets") of engines
Instead of having only one default combination of engines,
now an arbitrary amount of combinations under custom names
is supported.
2022-11-26 12:48:58 -06:00

19 lines
426 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<input type="text" id="searchbox" placeholder="Search…"/>
<button type="button" class="search button">Search</button>
<br/>
<script src="search.js"></script>
<select id="presets">
</select>
<div id="boxes">
<button type="button" class="save default">Save preset</button>
<br/>
</div>
</body>
</html>