[TASK] add quick search index

This commit is contained in:
Marie Birner
2024-02-21 14:39:20 +01:00
parent e7405c4edb
commit b2d1995085
3 changed files with 39 additions and 1 deletions

View File

@ -3,6 +3,13 @@
<body>
{{header}}
<main class="container">
<input
id="filter-js"
type="search"
name="search"
placeholder="Suchen"
aria-label="Suchen"
/>
<ol>
{{content}}
</ol>