17 lines
397 B
HTML
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>
|