index.html 1.1 KB

1234567891011121314151617181920212223242526
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
  6. <meta content="yes" name="apple-mobile-web-app-capable">
  7. <meta content="black" name="apple-mobile-web-app-status-bar-style">
  8. <meta content="telephone=no" name="format-detection">
  9. <title>活动首页</title>
  10. <link rel="stylesheet" type="text/css" href="images/style.css"/>
  11. <link rel="stylesheet" href="https://cdn.bootcss.com/weui/1.1.3/style/weui.min.css">
  12. <link rel="stylesheet" href="https://cdn.bootcss.com/jquery-weui/1.2.1/css/jquery-weui.min.css">
  13. <script src="https://cdn.bootcss.com/jquery/1.11.0/jquery.min.js"></script>
  14. <script src="http://res.wx.qq.com/open/js/jweixin-1.2.0.js"></script>
  15. <script src="js/global.js"></script>
  16. <script src="https://cdn.bootcss.com/jquery-weui/1.2.1/js/jquery-weui.min.js"></script>
  17. <script src="js/index.js"></script>
  18. </head>
  19. <body>
  20. <div>金额:<span id="reward"></span>元</div>
  21. <button id="receiveReward">点击领取</button>
  22. </body>
  23. </html>