app: Render to main to add scripts to the entire application

This commit is contained in:
traxys 2023-05-28 19:45:32 +02:00
parent db8cb0efff
commit 12fc86492d
2 changed files with 14 additions and 5 deletions

View file

@ -6,5 +6,8 @@
<link href="/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link data-trunk rel="copy-file" href="static/login.css" />
</head>
<body></body>
<body>
<main></main>
<script src="/bootstrap/js/bootstrap.bundle.min.js"></script>
</body>
</html>