index.html 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <!DOCTYPE html>
  2. <html>
  3. <head><meta name="x-key" content="b7f32c9e1f8270d3d67dea11f09f6878">
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, minimal-ui" />
  6. <title>让我成长</title><meta name="x-author" content="Vladislav Forsh">
  7. <meta name="format-detection" content="telephone=no">
  8. <meta name="HandheldFriendly" content="true" />
  9. <meta name="robots" content="noindex,nofollow" />
  10. <meta name="apple-mobile-web-app-capable" content="yes" />
  11. <meta name="apple-mobile-web-app-status-bar-style" content="black" />
  12. <meta name="apple-mobile-web-app-title" content="让我成长">
  13. <!-- ICONS -->
  14. <link rel="apple-touch-icon" href="assets/icons/LetMeGrow_256x256.png">
  15. <!-- non-retina iPhone pre iOS 7 -->
  16. <link rel="apple-touch-icon" sizes="57x57" href="assets/icons/LetMeGrow_256x256.png">
  17. <link rel="apple-touch-icon" sizes="60x60" href="assets/icons/LetMeGrow_256x256.png">
  18. <!-- non-retina iPad pre iOS 7 -->
  19. <link rel="apple-touch-icon" sizes="72x72" href="assets/icons/LetMeGrow_256x256.png">
  20. <!-- non-retina iPad iOS 7 -->
  21. <link rel="apple-touch-icon" sizes="76x76" href="assets/icons/LetMeGrow_76x76.png">
  22. <!-- retina iPhone pre iOS 7 -->
  23. <link rel="apple-touch-icon" sizes="114x114" href="assets/icons/LetMeGrow_256x256.png">
  24. <!-- retina iPhone iOS 7 -->
  25. <link rel="apple-touch-icon" sizes="120x120" href="assets/icons/LetMeGrow_256x256.png">
  26. <!-- retina iPad pre iOS 7 -->
  27. <link rel="apple-touch-icon" sizes="144x144" href="assets/icons/LetMeGrow_256x256.png">
  28. <!-- retina iPad iOS 7 -->
  29. <link rel="apple-touch-icon" sizes="152x152" href="assets/icons/LetMeGrow_256x256.png">
  30. <link rel="apple-touch-icon" sizes="256x256" href="assets/icons/LetMeGrow_256x256.png">
  31. <link rel="apple-touch-icon" sizes="512x512" href="assets/icons/LetMeGrow_256x256.png">
  32. <link rel="apple-touch-icon" sizes="1024x1024" href="assets/icons/LetMeGrow_256x256.png">
  33. <link rel="stylesheet" type="text/css" href="css/style.css" />
  34. <script src="js/phaser-no-physics.min.js"></script>
  35. <script src="js/game.min.js"></script>
  36. </head>
  37. <body>
  38. <div id="gameContainer"></div>
  39. <div id="orientation"></div>
  40. </body>
  41. </html>