Editable landing page.

This commit is contained in:
codevictory
2021-05-26 21:47:50 +03:00
parent 8befa3058c
commit f1e44e87d9
20 changed files with 484 additions and 68 deletions

View File

@@ -1,10 +1,6 @@
defmodule RunosaariWeb.PageController do
use RunosaariWeb, :controller
def index(conn, _params) do
render(conn, "index.html")
end
def info(conn, _params) do
render(conn, "info.html")
end