2023-05-19 11:23:44 +02:00
|
|
|
<!DOCTYPE html>
|
2023-05-20 16:53:07 +02:00
|
|
|
<html data-bs-theme="dark">
|
2023-05-19 11:23:44 +02:00
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
2023-05-20 16:53:07 +02:00
|
|
|
<link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
|
2023-05-28 19:47:05 +02:00
|
|
|
<link
|
|
|
|
|
href="/bootstrap-icons/font/bootstrap-icons.min.css"
|
|
|
|
|
rel="stylesheet"
|
|
|
|
|
/>
|
2023-05-28 19:47:27 +02:00
|
|
|
<link data-trunk rel="css" href="static/style.css" />
|
2023-05-28 19:47:05 +02:00
|
|
|
<link data-trunk rel="copy-file" href="static/login.css" />
|
2023-05-29 15:35:30 +02:00
|
|
|
<link data-trunk rel="copy-file" href="static/household_selection.css" />
|
2023-06-22 22:31:52 +02:00
|
|
|
<link data-trunk rel="copy-file" href="static/awesomplete.min.js.map" />
|
|
|
|
|
<link data-trunk rel="css" href="static/awesomplete.css" />
|
|
|
|
|
<link data-trunk rel="copy-file" href="static/awesomplete.min.js" />
|
2023-05-19 11:23:44 +02:00
|
|
|
</head>
|
2023-05-28 19:45:32 +02:00
|
|
|
<body>
|
|
|
|
|
<main></main>
|
|
|
|
|
<script src="/bootstrap/js/bootstrap.bundle.min.js"></script>
|
|
|
|
|
</body>
|
2023-05-19 11:23:44 +02:00
|
|
|
</html>
|