website-risg/templates/index.html
philipp 59598db23f
All checks were successful
CI/CD Pipeline / deploy-main (push) Successful in 1m19s
auto-select input field
2024-02-21 14:54:00 +01:00

22 lines
466 B
HTML

<html lang="de" data-theme="dark">
{{head}}
<body>
{{header}}
<main class="container">
<input
id="filter-js"
type="search"
name="search"
placeholder="Suchen"
aria-label="Suchen"
autofocus
/>
<ol>
{{content}}
</ol>
</main>
{{footer}}
<script src="app.js"></script>
</body>
</html>