app: Render to main to add scripts to the entire application
This commit is contained in:
parent
db8cb0efff
commit
12fc86492d
2 changed files with 14 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue