diff options
Diffstat (limited to 'lib/lsg_web/templates/layout/root.html.leex')
-rw-r--r-- | lib/lsg_web/templates/layout/root.html.leex | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/lib/lsg_web/templates/layout/root.html.leex b/lib/lsg_web/templates/layout/root.html.leex deleted file mode 100644 index 6a48506..0000000 --- a/lib/lsg_web/templates/layout/root.html.leex +++ /dev/null @@ -1,18 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <%= page_title(@conn) %> - <meta charset="utf-8"> - <meta name="robots" content="noindex, nofollow, nosnippet"> - <meta http-equiv="X-UA-Compatible" content="IE=edge"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <meta name="robots" content="noindex, noarchive, nofollow, nosnippet" /> - <title><%= Map.get(assigns, :title, "") %></title> - <link rel="stylesheet" href="<%= static_path(@conn, "/assets/site.css") %>"> - <%= csrf_meta_tag() %> - <script src="<%= static_path(@conn, "/assets/site.js") %>" defer></script> - </head> - <body> - <%= @inner_content %> - </body> -</html> |