File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
< head >
4
4
< meta charset ="utf-8 " />
5
- < link rel ="alternate icon " type ="image/png " href ="/favicon.png " />
6
- < link rel ="icon " type ="image/svg+xml " href ="/favicon.svg " />
7
5
< meta name ="viewport " content ="width=device-width, initial-scale=1 " />
8
- < meta name ="application-name " content ="Coder " />
9
6
< meta name ="theme-color " content ="#17172E " />
7
+ < meta name ="application-name " content ="Coder " />
10
8
< meta property ="og:type " content ="website " />
11
- < meta property ="csrf-token " content ="{{ .CSRF.Token }} " />
12
9
< meta property ="csp-nonce " content ="{{ .CSP.Nonce }} " />
10
+ < meta property ="csrf-token " content ="{{ .CSRF.Token }} " />
13
11
< link rel ="mask-icon " href ="/static/favicon.svg " color ="#000000 " crossorigin ="use-credentials " />
12
+ < link rel ="alternate icon " type ="image/png " href ="/favicon.png " />
13
+ < link rel ="icon " type ="image/svg+xml " href ="/favicon.svg " />
14
14
< title > Coder</ title >
15
15
</ head >
16
16
You can’t perform that action at this time.
0 commit comments