Tizen 2.1 base
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.0.1pre / docs / pages / dynamic-samples / colors.html
1 <!DOCTYPE HTML>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width">
6 <title>Colors</title>
7 <link rel="stylesheet"  href="../../../css/themes/default/">
8 <script src="../../../js/jquery.js"></script>
9 <script src="../../../js/"></script>
10 </head>
11
12 <body>
13 <div data-role="page">
14         <div data-role="header"><h1>Colors</h1></div>
15         <div data-role="content">
16                 <p>Fresh colors from the magic rainbow.</p>
17                 <ul data-role="listview" data-inset="true">
18                         <li>Blue</li>
19                         <li>Green</li>
20                         <li>Orange</li>
21                         <li>Purple</li>
22                         <li>Red</li>
23                         <li>Yellow</li>
24                         <li>Violet</li>
25                 </ul>
26         </div>
27 </div>
28 </body>
29 </html>