|
|
@ -0,0 +1,46 @@ |
|
|
|
<!DOCTYPE html> |
|
|
|
<html> |
|
|
|
<head> |
|
|
|
<meta charset="utf-8" /> |
|
|
|
<title>jQuery Mobile - Up and Running</title> |
|
|
|
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css"> |
|
|
|
<script src="http://code.jquery.com/jquery-1.8.2.min.js"></script> |
|
|
|
<script type="text/javascript" src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
|
|
</head> |
|
|
|
|
|
|
|
<body> |
|
|
|
<div data-role="page" id="page1"> |
|
|
|
<div data-role="header" data-position="fixed"> |
|
|
|
<h1>jQuery Mobile</h1> |
|
|
|
</div> |
|
|
|
<div data-role="content"> |
|
|
|
<div data-role="controlgroup"> |
|
|
|
<a href="ch01_01.html" data-role="button" rel="external">ch01_01.html</a> |
|
|
|
<a href="ch01_02.html" data-role="button" rel="external">ch01_02.html</a> |
|
|
|
<a href="ch01_03.html" data-role="button" rel="external">ch01_03.html</a> |
|
|
|
<a href="ch01_04-0.html" data-role="button" rel="external">ch01_04-0.html</a> |
|
|
|
<a href="ch01_05.html" data-role="button" rel="external">ch01_05.html</a> |
|
|
|
<a href="ch01_06.html" data-role="button" rel="external">ch01_06.html</a> |
|
|
|
<a href="ch01_07-0.html" data-role="button" rel="external">ch01_07-0.html</a> |
|
|
|
<a href="ch01_08.html" data-role="button" rel="external">ch01_08.html</a> |
|
|
|
<a href="ch03_01-0.html" data-role="button" rel="external">ch03_01-0.html</a> |
|
|
|
<a href="ch03_02.html" data-role="button" rel="external">ch03_02.html</a> |
|
|
|
<a href="ch03_03.html" data-role="button" rel="external">ch03_03.html</a> |
|
|
|
<a href="ch03_04.html" data-role="button" rel="external">ch03_04.html</a> |
|
|
|
<a href="ch03_05.html" data-role="button" rel="external">ch03_05.html</a> |
|
|
|
<a href="ch03_06.html" data-role="button" rel="external">ch03_06.html</a> |
|
|
|
<a href="ch03_07.html" data-role="button" rel="external">ch03_07.html</a> |
|
|
|
<a href="ch03_08.html" data-role="button" rel="external">ch03_08.html</a> |
|
|
|
<a href="ch03_09.html" data-role="button" rel="external">ch03_09.html</a> |
|
|
|
<a href="ch03_10.html" data-role="button" rel="external">ch03_10.html</a> |
|
|
|
<a href="ch03_11.html" data-role="button" rel="external">ch03_11.html</a> |
|
|
|
<a href="ch03_12.html" data-role="button" rel="external">ch03_12.html</a> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div data-role="footer" data-position="fixed"> |
|
|
|
<h4>www.goodcleanfun.de</h4> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</body> |
|
|
|
</html> |