just arranging things.

This commit is contained in:
fiatjaf
2023-03-23 08:44:28 -03:00
parent 61bf4e6ed0
commit 892f06fb98
5 changed files with 75 additions and 677 deletions

View File

@@ -8,6 +8,7 @@ object Main extends IOWebApp {
def render: Resource[IO, HtmlDivElement[IO]] = div(
cls := "flex w-full h-full flex-col items-center justify-center",
h1(cls := "px-1 py-2 text-lg", "nostr army knife"),
Input()
Input(),
Generator()
)
}