1
1
<!DOCTYPE html> < html lang ="en "> < head >
2
- < meta charset ="utf-8 ">
3
- < title > StarWars</ title >
4
- < base href ="https://annamelnyk.github.io/star-wars/ ">
5
- < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6
- < link rel ="icon " type ="image/x-icon " href ="assets/images/yoda.webp " sizes ="32x32 ">
7
- < style > @import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap" ;: root {--fa-style-family-brands : "Font Awesome 6 Brands" ;--fa-font-brands : normal 400 1 em/1 "Font Awesome 6 Brands" }@font-face {font-family : "Font Awesome 6 Brands" ;font-style : normal;font-weight : 400 ;font-display : block;src : url (fa-brands-400.87587a681474fe69.woff2) format ("woff2" ), url (fa-brands-400.5d18d427c08f12c3.ttf) format ("truetype" )}: root {--fa-style-family-classic : "Font Awesome 6 Free" ;--fa-font-regular : normal 400 1 em/1 "Font Awesome 6 Free" }@font-face {font-family : "Font Awesome 6 Free" ;font-style : normal;font-weight : 400 ;font-display : block;src : url (fa-regular-400.3ccdbd3d093918cb.woff2) format ("woff2" ), url (fa-regular-400.81482cd4d93fbfd4.ttf) format ("truetype" )}: root {--fa-style-family-classic : "Font Awesome 6 Free" ;--fa-font-solid : normal 900 1 em/1 "Font Awesome 6 Free" }@font-face {font-family : "Font Awesome 6 Free" ;font-style : normal;font-weight : 900 ;font-display : block;src : url (fa-solid-900.0b0cc8a6df2a4fc7.woff2) format ("woff2" ), url (fa-solid-900.69d3141ae4b2f721.ttf) format ("truetype" )}* {margin : 0 ;font-family : Poppins, sans-serif;box-sizing : border-box;font-size : 7px }@media screen and (min-width : 768px ){* {font-size : 9px }}@media screen and (min-width : 1200px ){* {font-size : 10px }}</ style > < link rel ="stylesheet " href ="styles.1f45f2d4155c5682.css " media ="print " onload ="this.media='all' "> < noscript > < link rel ="stylesheet " href ="styles.1f45f2d4155c5682.css "> </ noscript > </ head >
8
- < body >
9
- < app-root > </ app-root >
10
- < script src ="runtime.d01d3362c73358bb.js " type ="module "> </ script > < script src ="polyfills.47ed8394aea3f069.js " type ="module "> </ script > < script src ="main.0393568fc93463ca.js " type ="module "> </ script >
2
+ <!-- Google tag (gtag.js) -->
3
+ < script async ="" src ="https://www.googletagmanager.com/gtag/js?id=G-R1R4GRRBEE "> </ script >
4
+ < script >
5
+ window . dataLayer = window . dataLayer || [ ] ;
6
+ function gtag ( ) {
7
+ dataLayer . push ( arguments ) ;
8
+ }
9
+ gtag ( "js" , new Date ( ) ) ;
10
+ gtag ( 'config' , 'G-R1R4GRRBEE' , { cookie_flags : 'secure;samesite=none' } ) ;
11
+ </ script >
12
+ < meta charset ="utf-8 ">
13
+ < title > StarWars</ title >
14
+ < base href ="https://annamelnyk.github.io/star-wars/ ">
15
+ < meta name ="viewport " content ="width=device-width, initial-scale=1 ">
16
+ < link rel ="icon " type ="image/x-icon " href ="assets/images/yoda.webp " sizes ="32x32 ">
17
+ < style > @import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap" ;: root {--fa-style-family-brands : "Font Awesome 6 Brands" ;--fa-font-brands : normal 400 1 em/1 "Font Awesome 6 Brands" }@font-face {font-family : "Font Awesome 6 Brands" ;font-style : normal;font-weight : 400 ;font-display : block;src : url (fa-brands-400.87587a681474fe69.woff2) format ("woff2" ), url (fa-brands-400.5d18d427c08f12c3.ttf) format ("truetype" )}: root {--fa-style-family-classic : "Font Awesome 6 Free" ;--fa-font-regular : normal 400 1 em/1 "Font Awesome 6 Free" }@font-face {font-family : "Font Awesome 6 Free" ;font-style : normal;font-weight : 400 ;font-display : block;src : url (fa-regular-400.3ccdbd3d093918cb.woff2) format ("woff2" ), url (fa-regular-400.81482cd4d93fbfd4.ttf) format ("truetype" )}: root {--fa-style-family-classic : "Font Awesome 6 Free" ;--fa-font-solid : normal 900 1 em/1 "Font Awesome 6 Free" }@font-face {font-family : "Font Awesome 6 Free" ;font-style : normal;font-weight : 900 ;font-display : block;src : url (fa-solid-900.0b0cc8a6df2a4fc7.woff2) format ("woff2" ), url (fa-solid-900.69d3141ae4b2f721.ttf) format ("truetype" )}* {margin : 0 ;font-family : Poppins, sans-serif;box-sizing : border-box;font-size : 7px }@media screen and (min-width : 768px ){* {font-size : 9px }}@media screen and (min-width : 1200px ){* {font-size : 10px }}</ style > < link rel ="stylesheet " href ="styles.1f45f2d4155c5682.css " media ="print " onload ="this.media='all' "> < noscript > < link rel ="stylesheet " href ="styles.1f45f2d4155c5682.css "> </ noscript > </ head >
18
+ < body >
19
+ < app-root > </ app-root >
20
+ < script src ="runtime.d01d3362c73358bb.js " type ="module "> </ script > < script src ="polyfills.47ed8394aea3f069.js " type ="module "> </ script > < script src ="main.0393568fc93463ca.js " type ="module "> </ script >
11
21
12
22
</ body > </ html >
0 commit comments