get intended-ui imported and add splash page

This commit is contained in:
2021-11-26 14:31:02 -05:00
parent 050248e82b
commit bb09b926d9
11 changed files with 12370 additions and 1716 deletions

View File

@@ -10,6 +10,7 @@
<script defer phx-track-static type="text/javascript" src="<%= Routes.static_path(@conn, "/js/app.js") %>"></script>
</head>
<body>
<div id="root">
<header>
<section class="container">
<nav role="navigation">
@@ -26,5 +27,6 @@
</section>
</header>
<%= @inner_content %>
</div>
</body>
</html>