| 12345678910111213141516171819202122232425 | <!DOCTYPE html><html><head>  <title>WordPress Mobile Applications with PhoneGap</title>  <meta name="viewport" content="width=device-width, initial-scale=1">  <link rel="stylesheet" href="mobile.css" type="text/css" />  <link rel="stylesheet" href="jquery.mobile/jquery.mobile.css" type="text/css" />  <script src="jquery.js"></script>  <script src="jquery.mobile/jquery.mobile.js"></script></head><body><div id="wp-mobile-apps" data-role="page" data-add-back-btn="true">  <div data-role="header">    <h1>WordPress Mobile Applications with PhoneGap</h1>  </div>  <div data-role="content">    <img src="images/wp-mobile-apps.jpg" alt="WordPress Mobile Applications with PhoneGap" />    <div class="title">WordPress Mobile Applications with PhoneGap</div>    <div class="author">Yuxian Eugene Liang</div>  </div></div></body></html>
 |