diff --git a/lib/music_library_web/controllers/page_controller.ex b/lib/music_library_web/controllers/page_controller.ex deleted file mode 100644 index 568937ae..00000000 --- a/lib/music_library_web/controllers/page_controller.ex +++ /dev/null @@ -1,9 +0,0 @@ -defmodule MusicLibraryWeb.PageController do - use MusicLibraryWeb, :controller - - def home(conn, _params) do - # The home page is often custom made, - # so skip the default app layout. - render(conn, :home, layout: false) - end -end diff --git a/lib/music_library_web/controllers/page_html.ex b/lib/music_library_web/controllers/page_html.ex deleted file mode 100644 index fb38dc59..00000000 --- a/lib/music_library_web/controllers/page_html.ex +++ /dev/null @@ -1,10 +0,0 @@ -defmodule MusicLibraryWeb.PageHTML do - @moduledoc """ - This module contains pages rendered by PageController. - - See the `page_html` directory for all templates available. - """ - use MusicLibraryWeb, :html - - embed_templates "page_html/*" -end diff --git a/lib/music_library_web/controllers/page_html/home.html.heex b/lib/music_library_web/controllers/page_html/home.html.heex deleted file mode 100644 index dc1820b1..00000000 --- a/lib/music_library_web/controllers/page_html/home.html.heex +++ /dev/null @@ -1,222 +0,0 @@ -<.flash_group flash={@flash} /> -
-- Peace of mind from prototype to production. -
-- Build rich, interactive web applications quickly, with less code and fewer moving parts. Join our growing community of developers using Phoenix to craft APIs, HTML5 apps and more, for fun or at scale. -
-