File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
Design Patterns - a game to get familiar with the design patterns implemented in JavaScript, test your knowledge or simply for fun.
6
6
7
- ### :zap : [ PLAY HERE] ( https ://design-patterns-javascript.surge.sh /)
7
+ ### :zap : [ PLAY HERE] ( http ://designpatternsgame.com /)
8
8
9
- [ <img src =" https://raw.githubusercontent.com/zoltantothcom/Design-Patterns-JavaScript/master/static/screenshot.png?sanitize=true&raw=true " alt =" Design Patterns - game results screenshot " />] ( https ://design-patterns-javascript.surge.sh /)
9
+ [ <img src =" https://raw.githubusercontent.com/zoltantothcom/Design-Patterns-JavaScript/master/static/screenshot.png?sanitize=true&raw=true " alt =" Design Patterns - game results screenshot " />] ( http ://designpatternsgame.com /)
10
10
11
11
- [ About] ( #about )
12
12
- [ How To Run Locally] ( #how-to-run-locally )
Original file line number Diff line number Diff line change 24
24
25
25
return t ;
26
26
} ( document , "script" , "twitter-wjs" ) ) ; </ script >
27
+ <!-- Google Analytics -->
28
+ < script async src ="https://www.googletagmanager.com/gtag/js?id=UA-25262063-2 "> </ script >
29
+ < script >
30
+ window . dataLayer = window . dataLayer || [ ] ;
31
+ function gtag ( ) { dataLayer . push ( arguments ) ; }
32
+ gtag ( 'js' , new Date ( ) ) ;
33
+ gtag ( 'config' , 'UA-25262063-2' ) ;
34
+ </ script >
27
35
</ body >
28
36
</ html >
You can’t perform that action at this time.
0 commit comments