diff --git a/lib/nulla_web/controllers/page_controller.ex b/lib/nulla_web/controllers/page_controller.ex deleted file mode 100644 index 76dd567..0000000 --- a/lib/nulla_web/controllers/page_controller.ex +++ /dev/null @@ -1,11 +0,0 @@ -defmodule NullaWeb.PageController do - use NullaWeb, :controller - - def home(conn, _params) do - render(conn, :home, layout: false) - end - - def profile(conn, %{"username" => _username}) do - render(conn, :profile, layout: false) - end -end diff --git a/lib/nulla_web/controllers/page_html.ex b/lib/nulla_web/controllers/page_html.ex deleted file mode 100644 index fbb6c6e..0000000 --- a/lib/nulla_web/controllers/page_html.ex +++ /dev/null @@ -1,10 +0,0 @@ -defmodule NullaWeb.PageHTML do - @moduledoc """ - This module contains pages rendered by PageController. - - See the `page_html` directory for all templates available. - """ - use NullaWeb, :html - - embed_templates "page_html/*" -end diff --git a/lib/nulla_web/controllers/page_html/home.html.heex b/lib/nulla_web/controllers/page_html/home.html.heex deleted file mode 100644 index 6bcfbd1..0000000 --- a/lib/nulla_web/controllers/page_html/home.html.heex +++ /dev/null @@ -1,20 +0,0 @@ -<.flash_group flash={@flash} /> -
-
- -
- -
- -
-
-
-
- -
-
-
- -
-
-