jquery-mobile/docs/index.html

32 lines
966 B
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
<html class="ui-mobile-rendering">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>jQuery UI Mobile Framework - Documentation</title>
<link rel="stylesheet" href="../css/themes/default/jquery.mobile.css" />
<link rel="stylesheet" href="_assets/css/jqm-docs.css"/>
2011-12-24 08:48:08 +00:00
<script data-main="../js/jquery.mobile.docs" src="../external/requirejs/require.js"></script>
2011-11-17 07:00:59 +00:00
<!-- Need to get a proper redirect hooked up. Blech. -->
<meta http-equiv="refresh" content="0;url=../index.html">
</head>
<body>
2011-06-20 19:57:04 +00:00
<div data-role="page" class="type-index">
<div data-role="header" data-theme="f">
2010-10-12 22:25:41 +00:00
<h1>jQuery Mobile Docs</h1>
<a href="../index.html" data-icon="home" data-iconpos="notext" class="ui-btn-right">Home</a>
</div>
<div data-role="content">
2011-11-17 07:00:59 +00:00
<p>Nothing to see here folks.</p>
<a href="../index.html" data-role="button">View the documentation home page</a>
2010-10-12 22:25:41 +00:00
</div>
</div>
</body>
2011-09-09 01:35:28 +00:00
</html>