mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-17 14:30:28 +00:00
25 lines
570 B
HTML
25 lines
570 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width">
|
|
<title>Vehicles</title>
|
|
<link rel="stylesheet" href="../../../themes/default/">
|
|
<script src="../../../js/jquery.js"></script>
|
|
<script src="../../../js/"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div data-role="page">
|
|
<div data-role="header"><h1>Vehicles</h1></div>
|
|
<div data-role="content">
|
|
<p>Everything from cars to planes.</p>
|
|
<ul data-role="listview" data-inset="true">
|
|
<li>Cars</li>
|
|
<li>Planes</li>
|
|
<li>Destruction</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|