aboutsummaryrefslogtreecommitdiff
path: root/lib/waev_web/templates/layout/app.html.eex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/waev_web/templates/layout/app.html.eex')
-rw-r--r--lib/waev_web/templates/layout/app.html.eex10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/waev_web/templates/layout/app.html.eex b/lib/waev_web/templates/layout/app.html.eex
index d83e5bc..0b81432 100644
--- a/lib/waev_web/templates/layout/app.html.eex
+++ b/lib/waev_web/templates/layout/app.html.eex
@@ -9,11 +9,11 @@
<%= csrf_meta_tag() %>
</head>
<body>
- <header>
- <section class="container">
- <h1>WhatsApp Exports Viewer</h1>
- </section>
- </header>
+ <!-- <header>
+ <section class="container">
+ <h1>WhatsApp Exports Viewer</h1>
+ </section>
+ </header> -->
<main role="main" class="container">
<p class="alert alert-info" role="alert"><%= get_flash(@conn, :info) %></p>
<p class="alert alert-danger" role="alert"><%= get_flash(@conn, :error) %></p>