File tree 1 file changed +13
-10
lines changed
1 file changed +13
-10
lines changed Original file line number Diff line number Diff line change 1
1
<! DOCTYPE html>
2
2
< html lang = "en " >
3
3
< head >
4
- < meta charset = "utf-8 " >
5
- < meta http-equiv = "X-UA-Compatible " content = "IE=edge " >
6
- < meta name = "viewport " content = "width=device-width, initial-scale=1 " >
7
- < meta name = "description " content = "" >
8
- < meta name = "author " content = "" >
4
+ < meta charset = "utf-8 " / >
5
+ < meta http-equiv = "X-UA-Compatible " content = "IE=edge " / >
6
+ < meta name = "viewport " content = "width=device-width, initial-scale=1 " / >
7
+ < meta name = "description " content = "" / >
8
+ < meta name = "author " content = "" / >
9
9
< meta name = "csrf-token " content = { get_csrf_token ( ) } />
10
10
11
11
< title > Hello ExRss!</ title >
12
- < link phx-track-static rel = "stylesheet " href = { ~p" /assets/app.css" } >
13
- < script > window.userToken = "<%= assigns [ :user_token ] %> ";</ script >
14
- < script phx-track-static src = { ~p" /assets/app.js" } > </ script >
12
+ < link phx-track-static rel = "stylesheet " href = { ~p" /assets/app.css" } />
13
+ < script >
14
+ window.userToken = "<%= assigns [ :user_token ] %> ";
15
+ </ script >
16
+ < script phx-track-static src = { ~p" /assets/app.js" } >
17
+ </ script >
15
18
</ head >
16
19
17
20
< body class = "m-6 grid grid-cols-12 " >
20
23
< p role = "alert " > <%= Phoenix.Flash . get ( @ flash , :error ) %> </ p >
21
24
22
25
<%= @ inner_content %>
23
-
24
- </ div > < !-- /container -->
26
+ </ div >
27
+ <!-- /container -->
25
28
</ body >
26
29
</ html >
You can’t perform that action at this time.
0 commit comments