OctoSearch/popup/search.html

17 lines
397 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"/>
<button type="button" class="search button">Search</button>
<br/>
<script src="search.js"></script>
<div id="boxes">
<button type="button" class="save default">Save selection as default</button>
<br/>
</div>
</body>
</html>