Skip to content

Commit 86b2354

Browse files
committed
Source Link
1 parent 270a611 commit 86b2354

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,17 @@
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>

0 commit comments

Comments
 (0)