UNPKG

ttk-app-core

Version:
30 lines (26 loc) 635 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=0.3, user-scalable=yes"> <title></title> <style> .shareico { display: block; margin: 0 auto; } </style> </head> <body> <div id="app"> <div class='out-date' style="display: none"> <h3>分享已过期 <time class="timers">5秒</time>后返回首页</h3> </div> <div class='mobile' style="display:none"> </div> </div> <script src="https://res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> <script src="./share.js"></script> </body> </html>