Skip to content

Commit 095845e

Browse files
Demos: simplefied the redirect page.
1 parent ca84055 commit 095845e

File tree

1 file changed

+16
-28
lines changed

1 file changed

+16
-28
lines changed

demos/index.html

Lines changed: 16 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,31 @@
11
<!DOCTYPE html>
22
<html>
33
<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">
1015
<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>
1619
</head>
1720
<body>
18-
<div data-role="page" class="jqm-demos jqm-demos-home">
21+
<div data-role="page" class="jqm-demos">
1922

20-
<div data-role="header" class="jqm-header" data-theme="f">
21-
<p class="jqm-version"></p>
22-
</div><!-- /header -->
23-
2423
<div data-role="content" class="jqm-content">
2524

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 &rarr;</a></p>
2926

30-
<a href="../stage.index.html" data-role="button">View the documentation home page</a>
31-
3227
</div><!-- /content -->
3328

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-
4029
</div><!-- /page -->
4130
</body>
4231
</html>
43-

0 commit comments

Comments
 (0)