1+ <!doctype html>
2+ < html lang ="en ">
3+ <!--
4+ Project: Angular Tetris
5+ Author: Trung Vo ([email protected] ) 6+ Homepage: https://github.com/trungk18/angular-tetris
7+ -----
8+ Last Modified: Thursday, 23rd July 2020 8:22:33 am
9+ Modified By: Trung Vo ([email protected] >) 10+ -----
11+ Copyright 2020 Trung Vo
12+ -->
13+ < head >
14+ < meta charset ="utf-8 ">
15+ < title > Angular Tetris built with Akita</ title >
16+ < base href ="/ ">
17+ < script > ( function ( ) { var w = parseInt ( window . screen . width ) , s = w / 640 , u = navigator . userAgent . toLowerCase ( ) , m = '<meta name="viewport" content="width=640,' ; if ( / a n d r o i d ( \d + \. \d + ) / . test ( u ) ) { if ( parseFloat ( RegExp . $1 ) > 2.3 ) m += 'minimum-scale=' + s + ',maximum-scale=' + s + ',' ; } else { m += 'user-scalable=no,' ; } m += 'target-densitydpi=device-dpi">' ; document . write ( m ) ; } ( ) ) ; </ script >
18+ <!-- Primary Meta Tags -->
19+ < title > Angular Tetris built with Angular and Akita - by trungk18</ title >
20+ < meta name ="title " content ="Angular Tetris built with Angular and Akita - by trungk18 ">
21+ < meta name ="description " content ="A childhood memory Tetris game built with Angular 10 and Akita. ">
22+
23+ <!-- Open Graph / Facebook -->
24+ < meta property ="og:type " content ="website ">
25+ < meta property ="og:url " content ="https://tetris.trungk18.com/ ">
26+ < meta property ="og:title " content ="Angular Tetris built with Angular and Akita - by trungk18 ">
27+ < meta property ="og:description " content ="A childhood memory Tetris game built with Angular 10 and Akita. ">
28+ < meta property ="og:image " content ="assets/img/tech-stack.png ">
29+
30+ <!-- Twitter -->
31+ < meta property ="twitter:card " content ="summary_large_image ">
32+ < meta property ="twitter:url " content ="https://tetris.trungk18.com/ ">
33+ < meta property ="twitter:title " content ="Angular Tetris built with Angular and Akita - by trungk18 ">
34+ < meta property ="twitter:description " content ="A childhood memory Tetris game built with Angular 10 and Akita. ">
35+ < meta property ="twitter:image " content ="assets/img/tech-stack.png ">
36+
37+ < link rel ="image_src " href ="assets/favicon.png " type ="image/png ">
38+ < link rel ="shortcut icon " href ="assets/favicon.png " type ="image/png ">
39+ < link rel ="icon " href ="assets/favicon.png " type ="image/png ">
40+ </ head >
41+
42+ < body >
43+ < app-root > </ app-root >
44+
45+ <!-- Global site tag (gtag.js) - Google Analytics -->
46+ < script async src ="https://www.googletagmanager.com/gtag/js?id=UA-80363801-6 "> </ script >
47+ < script >
48+ window . dataLayer = window . dataLayer || [ ] ;
49+ function gtag ( ) { dataLayer . push ( arguments ) ; }
50+ gtag ( 'js' , new Date ( ) ) ;
51+
52+ gtag ( 'config' , 'UA-80363801-6' ) ;
53+ </ script >
54+ </ body >
55+
56+ </ html >
0 commit comments