wp-mobile-apps.html 855 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>WordPress Mobile Applications with PhoneGap</title>
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <link rel="stylesheet" href="mobile.css" type="text/css" />
  7. <link rel="stylesheet" href="jquery.mobile/jquery.mobile.css" type="text/css" />
  8. <script src="jquery.js"></script>
  9. <script src="jquery.mobile/jquery.mobile.js"></script>
  10. </head>
  11. <body>
  12. <div id="wp-mobile-apps" data-role="page" data-add-back-btn="true">
  13. <div data-role="header">
  14. <h1>WordPress Mobile Applications with PhoneGap</h1>
  15. </div>
  16. <div data-role="content">
  17. <img src="images/wp-mobile-apps.jpg" alt="WordPress Mobile Applications with PhoneGap" />
  18. <div class="title">WordPress Mobile Applications with PhoneGap</div>
  19. <div class="author">Yuxian Eugene Liang</div>
  20. </div>
  21. </div>
  22. </body>
  23. </html>