First commit

This commit is contained in:
2025-03-16 20:30:59 -07:00
parent bf6cec2349
commit 6d0ef91d82
56 changed files with 4676 additions and 0 deletions
@@ -0,0 +1,13 @@
<.flash_group flash={@flash} />
<div class="flex flex-col gap-4">
<h1 class="text-3xl font-bold">Welcome to Vocab Assistant</h1>
<form class="flex flex-row gap-4" method="GET" action={"/"}>
<input type="text" name="word" placeholder="Word" value={@word}/>
<button type="submit">Generate</button>
</form>
<div>
<p class="text-lg">
<%= raw @sentence %>
</p>
</div>
</div>