[TASK] implement search on user interface

This commit is contained in:
Marie Birner
2023-04-06 10:27:04 +02:00
parent d04dde15da
commit 8105693b27
4 changed files with 50 additions and 9 deletions

View File

@ -4,7 +4,7 @@
<html lang="de">
<head>
<link rel="manifest" href="public/manifest.json" />
<link rel="stylesheet" href="/public/main.css">
<link rel="stylesheet" href="/public/main.css" />
</head>
<body class="bg-gray-100">
{%if loggedin_user %}
@ -14,6 +14,7 @@
<div class="flex min-h-screen items-center justify-center px-4 py-12 sm:px-6 lg:px-8">
{% block content %}{% endblock content %}
</div>
<script src="/public/main.js"></script>
</body>
</html>