diff options
Diffstat (limited to 'lib/waev_web/templates/layout/app.html.eex')
-rw-r--r-- | lib/waev_web/templates/layout/app.html.eex | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/lib/waev_web/templates/layout/app.html.eex b/lib/waev_web/templates/layout/app.html.eex index 3eb7e3a..d83e5bc 100644 --- a/lib/waev_web/templates/layout/app.html.eex +++ b/lib/waev_web/templates/layout/app.html.eex @@ -11,14 +11,7 @@ <body> <header> <section class="container"> - <nav role="navigation"> - <ul> - <li><a href="https://hexdocs.pm/phoenix/overview.html">Get Started</a></li> - </ul> - </nav> - <a href="https://phoenixframework.org/" class="phx-logo"> - <img src="<%= Routes.static_path(@conn, "/images/phoenix.png") %>" alt="Phoenix Framework Logo"/> - </a> + <h1>WhatsApp Exports Viewer</h1> </section> </header> <main role="main" class="container"> |