OctoSearch/popup/search.html
2019-05-06 15:20:28 +02:00

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