mobilebone
Version:
Bone main for mobile web APP with a sigle page mode by using HTML5 history API router.
25 lines (22 loc) • 1.09 kB
HTML
<!--<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>被请求的HTML</title>
</head>
<body>-->
<!--<title>普通标题,应该显示</title>-->
<a href="#pageHome" data-rel="back">返回(请求返回内容就是个a标签)</a>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0" y="0"
width="200" height="200" viewBox="0 0 200 200">
<title>SVG标题-应该不显示</title>
<g>
<path fill-rule="evenodd" clip-rule="evenodd" d="M191,14H7c-4.418,0-8,3.582-8,8v156c0,4.418,3.582,8,8,8h184c4.418,0,8-3.582,8-8
V22C199,17.582,195.418,14,191,14z M191,178H7v-3.032l37.486-34.723l22.306,20.81l65.297-70.1L191,148.898V178z M191,139.513
l-58.87-57.519l-65.612,69.67l-22.1-20.902L7,165.384V22h184V139.513z"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M57.5,94c14.36,0,26-11.641,26-26c0-14.36-11.64-26-26-26
c-14.359,0-26,11.641-26,26C31.5,82.359,43.141,94,57.5,94z M57.5,50c9.942,0,18.001,8.059,18.001,18c0,9.941-8.059,18-18.001,18
c-9.941,0-18-8.059-18-18C39.5,58.059,47.559,50,57.5,50z"/>
</g>
</svg>
<!--</body>
</html>-->