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>

View File

@@ -3,4 +3,8 @@
<p>There will be a form here</p>
<p>And a file input here</p>
<p>Then a next button</p>
<form phx-submit="just">
<textarea></textarea>
<button>Submit</button>
</form>
</section>