Update root.html.eex

This commit is contained in:
Vamsi Krishna B 2022-02-14 11:03:52 +05:30 committed by GitHub
parent a68b6e163f
commit 07f1035c55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -4,7 +4,6 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta http-equiv="Content-Security-Policy" content="default-src 'self' 'unsafe-inline' 'unsafe-eval'; img-src 'self' data:">
<%= live_title_tag assigns[:page_title] || " " %>
<link rel="stylesheet" href="<%= Routes.static_path(@conn, "/css/app.css") %>"/>
<%= csrf_meta_tag() %>
@ -13,4 +12,4 @@
<body>
<%= @inner_content %>
</body>
</html>
</html>