mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 06:20:26 +00:00
32 lines
1.1 KiB
HTML
Executable file
32 lines
1.1 KiB
HTML
Executable file
<!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"/>
|
|
<script src="../js/jquery.js"></script>
|
|
<script src="../experiments/themeswitcher/jquery.mobile.themeswitcher.js"></script>
|
|
<script data-main="../js/jquery.mobile.docs" src="../external/requirejs/require.js"></script>
|
|
<!-- Need to get a proper redirect hooked up. Blech. -->
|
|
<meta http-equiv="refresh" content="0;url=../index.html">
|
|
</head>
|
|
<body>
|
|
<div data-role="page" class="type-index">
|
|
|
|
<div data-role="header" data-theme="f">
|
|
<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">
|
|
|
|
<p>Nothing to see here folks.</p>
|
|
<a href="../index.html" data-role="button">View the documentation home page</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|