Add basic pages

This commit is contained in:
Mirai Kumiko 2025-05-29 14:10:47 +02:00
parent 9c9ea3abb7
commit 920e03aad6
Signed by: miraikumiko
GPG key ID: 3F178B1B5E0CB278
6 changed files with 89 additions and 220 deletions

View file

@ -18,6 +18,7 @@ defmodule NullaWeb.Router do
pipe_through :browser
get "/", PageController, :home
get "/@:username", PageController, :profile
end
# Other scopes may use custom stacks.