File: colors.html

package info (click to toggle)
jquery-mobile 1.2.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,068 kB
  • ctags: 243
  • sloc: php: 113; makefile: 54
file content (31 lines) | stat: -rw-r--r-- 745 bytes parent folder | download
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
26
27
28
29
30
31
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Colors</title>
<link rel="stylesheet"  href="../../../css/themes/default/">
<script src="../../../js/jquery.js"></script>
	<script src="../../../docs/_assets/js/jqm-docs.js"></script>
	<script src="../../../js/jquery.mobile-1.2.0.js"></script>

</head>

<body>
<div data-role="page">
	<div data-role="header"><h1>Colors</h1></div>
	<div data-role="content">
		<p>Fresh colors from the magic rainbow.</p>
		<ul data-role="listview" data-inset="true">
			<li>Blue</li>
			<li>Green</li>
			<li>Orange</li>
			<li>Purple</li>
			<li>Red</li>
			<li>Yellow</li>
			<li>Violet</li>
		</ul>
	</div>
</div>
</body>
</html>