index.html 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <title>jQuery UI Mobile Framework - Documentation</title>
  7. <link rel="stylesheet" href="../jquery.mobile-1.0.1.min.css" />
  8. <link rel="stylesheet" href="_assets/css/jqm-docs.css"/>
  9. <script src="../jquery.js"></script>
  10. <script src="../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
  11. <script src="_assets/js/jqm-docs.js"></script>
  12. <script src="../jquery.mobile-1.0.1.min.js"></script>
  13. <!-- Need to get a proper redirect hooked up. Blech. -->
  14. <meta http-equiv="refresh" content="0;url=../index.html">
  15. </head>
  16. <body>
  17. <div data-role="page" class="type-index">
  18. <div data-role="header" data-theme="f">
  19. <h1>jQuery Mobile Docs</h1>
  20. <a href="../index.html" data-icon="home" data-iconpos="notext" class="ui-btn-right">Home</a>
  21. </div>
  22. <div data-role="content">
  23. <p>Nothing to see here folks.</p>
  24. <a href="../index.html" data-role="button">View the documentation home page</a>
  25. </div>
  26. </div>
  27. </body>
  28. </html>