index.html 1.0 KB

123456789101112131415161718192021222324252627282930
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1.0, user-scalable=0">
  7. <meta name="apple-mobile-web-app-capable" content="yes">
  8. <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
  9. <link rel="apple-touch-icon-precomposed" href="res/iconhtsys.png">
  10. <link rel="apple-touch-startup-image" href="res/startup.png">
  11. <link rel="stylesheet" type="text/css" href="css/cssmedia-mobile.css" media="screen and (max-width:350px)">
  12. <link rel="stylesheet" type="text/css" href="css/cssmedia-desktop.css" media="screen and (min-width:351px)">
  13. <meta name="format-detection" content="telephone=no">
  14. <title>合体实验室</title>
  15. <script src="js/main-compiled.js"></script>
  16. <!--Google Analytics-->
  17. </head>
  18. <body style="margin: 0;">
  19. <div id="enchant-stage" style="margin: 0 auto;"></div>
  20. <div id="banad"></div>
  21. </body>
  22. </html>