test on jquery mobile

by Justin Chen

HTML

<div data-role="page" id="page1">
  <div data-role="header">
   <h1>欢迎</h1>
  </div>
  <div data-role="content">

  <a href="test2.html">to test2.html</a>
  </div>
  <div data-role="footer">
    <h1>##</h1>
  </div>
</div>