File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 1515 < meta name ="apple-mobile-web-app-capable " content ="yes " />
1616 < meta name ="apple-mobile-web-app-status-bar-style " content ="black-translucent " />
1717 < meta name ="apple-mobile-web-app-title " content ="PrinceJS " />
18+ < meta name ="application-name " content ="PrinceJS " data-source ="https://github.com/oklemenz/PrinceJS " />
1819 < link rel ="icon " type ="image/png " href ="assets/web/favicon.png " />
1920 < link rel ="shortcut icon " type ="image/png " href ="assets/web/touch-icon-152.png " />
2021 < link rel ="apple-touch-icon " href ="assets/web/touch-icon-152.png " />
2122 < link rel ="apple-touch-icon " sizes ="152x152 " href ="assets/web/touch-icon-152.png " />
2223 < link rel ="apple-touch-icon " sizes ="180x180 " href ="assets/web/touch-icon-180.png " />
2324 < link rel ="manifest " href ="site.webmanifest " />
2425 < link type ="text/css " rel ="stylesheet " href ="assets/web/game.css " />
26+ < script type ="text/javascript ">
27+ console . log ( "%cSource: https://github.com/oklemenz/PrinceJS" , "color: blue; font-size:20px; font-weight: bold;" ) ;
28+ </ script >
2529 < script src ="lib/phaser.min.js "> </ script >
2630 < script src ="src/Boot.js "> </ script >
2731 < script src ="src/Preloader.js "> </ script >
You can’t perform that action at this time.
0 commit comments