index.html 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <!DOCTYPE html>
  2. <html>
  3. <head lang="en">
  4. <meta charset="UTF-8">
  5. <title>关于中秋节,你了解多少,一起来试试吧?</title>
  6. <meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1">
  7. <meta name="apple-mobile-web-app-capable" content="yes">
  8. <style type="text/css">
  9. * {
  10. padding: 0px;
  11. margin: 0px;
  12. }
  13. #game input {
  14. height: 50px;
  15. font-size: 25px;
  16. font-weight: bold;
  17. }
  18. #game textarea {
  19. font-size: 22px;
  20. font-weight: 300;
  21. }
  22. </style>
  23. </head>
  24. <body>
  25. <div id="game" style="background: #CEC3BA"> </div>
  26. <script type="text/javascript" src="lib.js"></script>
  27. <script type="text/javascript" src="common.js?t=3"></script>
  28. <script>
  29. var basePath="res/";
  30. document.write("<script type='text/javascript' src='main.js?" + Math.random() + "'><\/script>");
  31. var CONSTANT={};
  32. CONSTANT.onAllFinish=function(score){
  33. document.title ="我参加了中秋节小知识竞赛,分数为"+score+",你也来考一考吧!";
  34. }
  35. </script>
  36. </body>
  37. </html>