| 1234567891011121314151617181920212223242526272829303132333435363738394041 | 
							- <!DOCTYPE html>
 
- <html>
 
- <head lang="en">
 
-     <meta charset="UTF-8">
 
- <div id='wx_pic' style='margin:0 auto;display:none;'>
 
- <img src='photo.jpg' />
 
- </div>
 
-     <title>狂欢万圣节,南瓜大作战!</title>
 
-     <meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1">
 
-     <meta name="apple-mobile-web-app-capable" content="yes">
 
-     <style type="text/css">
 
-         * {
 
-             padding: 0px;
 
-             margin: 0px;
 
-         }
 
-         #game input {
 
-             height: 50px;
 
-             font-size: 25px;
 
-             font-weight: bold;
 
-         }
 
-         #game textarea {
 
-             font-size: 22px;
 
-             font-weight: 300;
 
-         }
 
-     </style>
 
- </head>
 
- <body>
 
- <div id="game"  style="background: #CEC3BA"> </div>
 
-  <script type="text/javascript" src="lib2.js"></script>
 
-     <script type="text/javascript" src="common.js?t=2"></script>
 
-     <script>
 
-         var basePath="img/";
 
-         document.write("<script type='text/javascript' src='main2.js?" + Math.random() + "'><\/script>");
 
-     </script>
 
- </body>
 
- </html>
 
 
  |