|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html> |
3 | 3 | <head> |
4 | | - <meta charset="utf-8"> |
5 | | - <meta name="viewport" content="width=device-width, initial-scale=1"> |
6 | | - <title>jQuery Mobile Demos</title> |
7 | | - <link rel="stylesheet" href="../css/themes/default/jquery.mobile.css"> |
8 | | - <link rel="stylesheet" href="_assets/css/jqm-demos.css"> |
9 | | - <link rel="shortcut icon" href="_assets/favicon.ico"> |
| 4 | + <meta charset="utf-8"> |
| 5 | + |
| 6 | + <!-- Need to get a proper redirect hooked up. Blech. --> |
| 7 | + <meta http-equiv="refresh" content="0;url=../next.html"> |
| 8 | + <meta name="robots" content="noindex, follow"> |
| 9 | + |
| 10 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 11 | + <title>jQuery Mobile Demos</title> |
| 12 | + <link rel="stylesheet" href="../css/themes/default/jquery.mobile.css"> |
| 13 | + <link rel="stylesheet" href="_assets/css/jqm-demos.css"> |
| 14 | + <link rel="shortcut icon" href="_assets/favicon.ico"> |
10 | 15 | <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,700"> |
11 | | - <script src="../js/jquery.js"></script> |
12 | | - <script src="_assets/js/"></script> |
13 | | - <script src="../js/"></script> |
14 | | - <!-- Need to get a proper redirect hooked up. Blech. --> |
15 | | - <meta http-equiv="refresh" content="0;url=../next.html"> |
| 16 | + <script src="../js/jquery.js"></script> |
| 17 | + <script src="_assets/js/"></script> |
| 18 | + <script src="../js/"></script> |
16 | 19 | </head> |
17 | 20 | <body> |
18 | | -<div data-role="page" class="jqm-demos jqm-demos-home"> |
| 21 | +<div data-role="page" class="jqm-demos"> |
19 | 22 |
|
20 | | - <div data-role="header" class="jqm-header" data-theme="f"> |
21 | | - <p class="jqm-version"></p> |
22 | | - </div><!-- /header --> |
23 | | - |
24 | 23 | <div data-role="content" class="jqm-content"> |
25 | 24 |
|
26 | | - <h1 id="jqm-logo"><img src="_assets/img/jquery-logo.png" alt="jQuery Mobile Framework"></h1> |
27 | | - |
28 | | - <p>Nothing to see here folks.</p> |
| 25 | + <p>Nothing to see here folks. <a href="../next.html">View the documentation home page →</a></p> |
29 | 26 |
|
30 | | - <a href="../stage.index.html" data-role="button">View the documentation home page</a> |
31 | | - |
32 | 27 | </div><!-- /content --> |
33 | 28 |
|
34 | | - <div data-role="footer" class="jqm-footer" data-theme="c"> |
35 | | - |
36 | | - <p class="jqm-version"></p> |
37 | | - <p>Copyright 2013 The jQuery Foundation</p> |
38 | | - </div><!-- /footer --> |
39 | | - |
40 | 29 | </div><!-- /page --> |
41 | 30 | </body> |
42 | 31 | </html> |
43 | | - |
0 commit comments