-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
executable file
·25 lines (23 loc) · 899 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1">
<title>jQuery Mobile: Demos and Documentation</title>
<link rel="stylesheet" href="html/themes/default/index.css" />
<link rel="stylesheet" href="html/docs/assets/css/jqm-docs.css" />
<script type="text/javascript" src="html/js/jquery.js"></script>
<script type="text/javascript" src="html/js/index.js"></script>
</head>
<body>
<div data-role="page" data-theme="b" id="jqm-home">
<div id="jqm-homeheader">
<h1 id="jqm-logo"><a href="html/index.html"><img src="html/docs/assets/images/jquery-logo.png" alt="jQuery Mobile Framework" width="235" height="61" /></a></h1>
<p>A Touch-Optimized Web Framework for Smartphones & Tablets</p>
<p id="jqm-version">Alpha Release</p>
</div>
<div data-role="content">
</div>
</div>
</body>
</html>