OctoSearch/pages/popup.html

22 lines
494 B
HTML
Raw Normal View History

2019-05-06 08:20:28 -05:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<input type="text" id="searchbox" placeholder="Search…"/>
2019-05-06 08:20:28 -05:00
<button type="button" class="search button">Search</button>
<br/>
2023-04-03 08:45:14 -05:00
<script src="popup.js"></script>
<div>
<select id="presets">
</select>
<button type="button" class="save">Save</button>
<button type="button" class="remove">Delete</button>
</div>
2019-05-06 08:20:28 -05:00
<div id="boxes">
<br/>
</div>
</body>
</html>