New welcome page

This commit is contained in:
2023-03-16 21:41:42 +02:00
parent 075a6ded38
commit 0225aecadc
6 changed files with 22 additions and 2 deletions

View File

@@ -4,4 +4,8 @@ defmodule OsuuspuutarhaWeb.PageController do
def index(conn, _params) do
render(conn, "index.html")
end
def welcome(conn, _params) do
render(conn, "welcome.html")
end
end