19 lines
647 B
HTML
19 lines
647 B
HTML
<!DOCTYPE html>
|
|
<html data-bs-theme="dark">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
|
|
<link
|
|
href="/bootstrap-icons/font/bootstrap-icons.min.css"
|
|
rel="stylesheet"
|
|
/>
|
|
<link data-trunk rel="css" href="static/style.css" />
|
|
<link data-trunk rel="copy-file" href="static/login.css" />
|
|
<link data-trunk rel="copy-file" href="static/household_selection.css" />
|
|
</head>
|
|
<body>
|
|
<main></main>
|
|
<script src="/bootstrap/js/bootstrap.bundle.min.js"></script>
|
|
</body>
|
|
</html>
|