OctoSearch/popup/search.html
Jaidyn Ann ccd196dabc Deleting of engine presets
Adds a "Delete" button for removing an engine preset
2022-11-26 13:15:02 -06:00

22 lines
495 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>
<select id="presets">
</select>
<button type="button" class="save">Save</button>
<button type="button" class="remove">Delete</button>
</div>
<div id="boxes">
<br/>
</div>
</body>
</html>