index.html 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <!DOCTYPE html>
  2. <html>
  3. <head lang="en">
  4. <meta charset="UTF-8">
  5. <div id='wx_pic' style='margin:0 auto;display:none;'>
  6. <img src='photo.jpg' />
  7. </div>
  8. <title>狂欢万圣节,南瓜大作战!</title>
  9. <meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1">
  10. <meta name="apple-mobile-web-app-capable" content="yes">
  11. <style type="text/css">
  12. * {
  13. padding: 0px;
  14. margin: 0px;
  15. }
  16. #game input {
  17. height: 50px;
  18. font-size: 25px;
  19. font-weight: bold;
  20. }
  21. #game textarea {
  22. font-size: 22px;
  23. font-weight: 300;
  24. }
  25. </style>
  26. </head>
  27. <body>
  28. <div id="game" style="background: #CEC3BA"> </div>
  29. <script type="text/javascript" src="lib2.js"></script>
  30. <script type="text/javascript" src="common.js?t=2"></script>
  31. <script>
  32. var basePath="img/";
  33. document.write("<script type='text/javascript' src='main2.js?" + Math.random() + "'><\/script>");
  34. </script>
  35. </body>
  36. </html>