Skip to content

Commit 41dbcd1

Browse files
committed
Update search.mako
1 parent b9432f4 commit 41dbcd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

custom_templates/search.mako

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
<!doctype html>
32
<html lang="${html_lang}">
43
<head>
@@ -33,6 +32,8 @@
3332
JavaScript is not supported/enabled in your browser. The search feature won't work.
3433
</noscript>
3534
<main>
35+
<input type="text" id="search-input" placeholder="Search...">
36+
<button onclick="search(document.getElementById('search-input').value)">Search</button>
3637
<h3 id="search-status"></h3>
3738
<ul id="search-results"></ul>
3839
</main>

0 commit comments

Comments
 (0)