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