File tree 1 file changed +12
-8
lines changed
1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 4
4
< meta charset ="UTF-8 " />
5
5
< base target ="_blank " />
6
6
< title > Side Trakt Web</ title >
7
- < link rel ="icon " href ="./assets/logo.svg " type ="image/svg+xml " >
8
- < link rel ="fluid-icon " href ="./assets/logo.svg " type ="image/svg+xml ">
7
+ < link rel ="icon " href ="./assets/logo.svg " type ="image/svg+xml " / >
8
+ < link rel ="fluid-icon " href ="./assets/logo.svg " type ="image/svg+xml " / >
9
9
< link rel ="mask-icon " href ="./assets/logo.svg " color ="#181818 " />
10
10
11
- < link rel ="apple-touch-icon " sizes ="180x180 " href ="./assets/favicon/apple-touch-icon.png ">
12
- < link rel ="icon " type ="image/png " sizes ="32x32 " href ="./assets/favicon/favicon-32x32.png ">
13
- < link rel ="icon " type ="image/png " sizes ="16x16 " href ="./assets/favicon/favicon-16x16.png ">
14
- < link rel ="mask-icon " href ="./assets/favicon/safari-pinned-tab.svg " color ="#5bbad5 ">
15
- < meta name ="msapplication-TileColor " content ="#da532c ">
16
- < meta name ="theme-color " content ="#80000a ">
11
+ < link rel ="apple-touch-icon " sizes ="180x180 " href ="./assets/favicon/apple-touch-icon.png " / >
12
+ < link rel ="icon " type ="image/png " sizes ="32x32 " href ="./assets/favicon/favicon-32x32.png " / >
13
+ < link rel ="icon " type ="image/png " sizes ="16x16 " href ="./assets/favicon/favicon-16x16.png " / >
14
+ < link rel ="mask-icon " href ="./assets/favicon/safari-pinned-tab.svg " color ="#5bbad5 " / >
15
+ < meta name ="msapplication-TileColor " content ="#da532c " / >
16
+ < meta name ="theme-color " content ="#80000a " / >
17
17
</ head >
18
18
< body >
19
19
< wc-trakt-extension > Loading web component ... </ wc-trakt-extension >
22
22
</ html >
23
23
24
24
< style >
25
+ html {
26
+ overscroll-behavior : none;
27
+ }
28
+
25
29
body {
26
30
overscroll-behavior : none;
27
31
display : flex;
You can’t perform that action at this time.
0 commit comments