gaining speed
[ReadingsJQM.git] / books.html
diff --git a/books.html b/books.html
new file mode 100644 (file)
index 0000000..1e38975
--- /dev/null
@@ -0,0 +1,26 @@
+<!doctype html>
+<html>
+<head>
+       <title>Readings</title>
+       <meta charset="utf-8">
+       <meta name="viewport" content="width=device-width, initial-scale=1"> 
+</head> 
+<body>
+  <!-- Tag List -->
+  <div data-role="page" id="page-books">
+    <div data-role="header">
+      <a data-rel="back" href="#">Back</a>
+      <h1>Books</h1>
+    </div>
+    <div data-role="content" style="padding: 15px">
+      <ul data-role="listview" 
+         data-filter="true"
+         data-filter-placeholder="Search..." 
+         data-divider-theme="b"
+         data-inset="false" 
+         id="list-books">
+      </ul>
+    </div>
+  </div>
+</body>
+</html>