make it so
This commit is contained in:
commit
1c14844317
45 changed files with 2592 additions and 0 deletions
17
lib/wild_web/components/layouts/root.html.heex
Normal file
17
lib/wild_web/components/layouts/root.html.heex
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en" class="[scrollbar-gutter:stable]">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="csrf-token" content={get_csrf_token()} />
|
||||
<.live_title default="Wild" suffix=" · Phoenix Framework">
|
||||
{assigns[:page_title]}
|
||||
</.live_title>
|
||||
<link phx-track-static rel="stylesheet" href={~p"/assets/app.css"} />
|
||||
<script defer phx-track-static type="text/javascript" src={~p"/assets/app.js"}>
|
||||
</script>
|
||||
</head>
|
||||
<body class="bg-white">
|
||||
{@inner_content}
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue