123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <!DOCTYPE html>
- <html>
- <head><meta name="x-key" content="b7f32c9e1f8270d3d67dea11f09f6878">
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, minimal-ui" />
- <title>让我成长</title><meta name="x-author" content="Vladislav Forsh">
- <meta name="format-detection" content="telephone=no">
- <meta name="HandheldFriendly" content="true" />
- <meta name="robots" content="noindex,nofollow" />
- <meta name="apple-mobile-web-app-capable" content="yes" />
- <meta name="apple-mobile-web-app-status-bar-style" content="black" />
- <meta name="apple-mobile-web-app-title" content="让我成长">
- <!-- ICONS -->
- <link rel="apple-touch-icon" href="assets/icons/LetMeGrow_256x256.png">
- <!-- non-retina iPhone pre iOS 7 -->
- <link rel="apple-touch-icon" sizes="57x57" href="assets/icons/LetMeGrow_256x256.png">
- <link rel="apple-touch-icon" sizes="60x60" href="assets/icons/LetMeGrow_256x256.png">
- <!-- non-retina iPad pre iOS 7 -->
- <link rel="apple-touch-icon" sizes="72x72" href="assets/icons/LetMeGrow_256x256.png">
- <!-- non-retina iPad iOS 7 -->
- <link rel="apple-touch-icon" sizes="76x76" href="assets/icons/LetMeGrow_76x76.png">
- <!-- retina iPhone pre iOS 7 -->
- <link rel="apple-touch-icon" sizes="114x114" href="assets/icons/LetMeGrow_256x256.png">
- <!-- retina iPhone iOS 7 -->
- <link rel="apple-touch-icon" sizes="120x120" href="assets/icons/LetMeGrow_256x256.png">
- <!-- retina iPad pre iOS 7 -->
- <link rel="apple-touch-icon" sizes="144x144" href="assets/icons/LetMeGrow_256x256.png">
- <!-- retina iPad iOS 7 -->
- <link rel="apple-touch-icon" sizes="152x152" href="assets/icons/LetMeGrow_256x256.png">
- <link rel="apple-touch-icon" sizes="256x256" href="assets/icons/LetMeGrow_256x256.png">
- <link rel="apple-touch-icon" sizes="512x512" href="assets/icons/LetMeGrow_256x256.png">
- <link rel="apple-touch-icon" sizes="1024x1024" href="assets/icons/LetMeGrow_256x256.png">
- <link rel="stylesheet" type="text/css" href="css/style.css" />
- <script src="js/phaser-no-physics.min.js"></script>
- <script src="js/game.min.js"></script>
- </head>
- <body>
- <div id="gameContainer"></div>
- <div id="orientation"></div>
- </body>
- </html>
|