First commit
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user