2019-05-06 08:20:28 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
</head>
|
|
|
|
<body>
|
2022-11-26 12:48:58 -06:00
|
|
|
<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>
|
2022-11-26 13:15:02 -06:00
|
|
|
<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>
|