UNPKG

mobilebone

Version:

Bone main for mobile web APP with a sigle page mode by using HTML5 history API router.

20 lines (17 loc) 627 B
<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no"> <title>Github跳转页面</title> <link rel="stylesheet" href="../../src/mobilebone.css"> <link rel="stylesheet" href="../test.css"> <link rel="stylesheet" href="zxx.lib.css"> </head> <body> <div id="otherResult" class="page out"> <p class="p10">你之所以看到本页面,是因为你是在Github上访问的,原本返回是个提交至PHP的表单,因Github不支持,故此处显示了纯文本。</p> </div> <script src="../../src/mobilebone.js"></script> </body> </html>