memEx/lib/memex_web/live/home_live.html.heex

10 lines
267 B
Plaintext
Raw Normal View History

2021-09-02 23:32:52 -04:00
<div class="flex flex-col justify-center items-center text-center space-y-4">
<h1 class="title text-primary-500 text-2xl">
2022-07-25 19:31:54 -04:00
<%= gettext("memex") %>
2021-09-02 23:32:52 -04:00
</h1>
2022-02-25 21:58:07 -05:00
2021-09-02 23:32:52 -04:00
<p class="title text-primary-500 text-lg">
2022-07-25 19:31:54 -04:00
<%= gettext("filling this out later") %>
2021-03-11 21:12:55 -05:00
</p>
2022-02-25 21:58:07 -05:00
</div>