diff options
author | Guillermo Ramos | 2020-02-04 18:11:46 +0100 |
---|---|---|
committer | Guillermo Ramos | 2020-02-04 18:25:50 +0100 |
commit | 52b52c7b09a51af60a847d8956824f0dcae8c99b (patch) | |
tree | c248a156b2ff04059cede4f50e409c315496490d /lib/waev_web/templates/layout | |
parent | 79e2f74db9f32b73171d24bf0ae971907b9b6271 (diff) | |
download | waev-52b52c7b09a51af60a847d8956824f0dcae8c99b.tar.gz |
And closer
Diffstat (limited to 'lib/waev_web/templates/layout')
-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"> |