added a stub for the list page

This commit is contained in:
LukePulverenti 2013-03-05 18:35:28 -05:00
parent a10edf7664
commit 26b3cd0bab
2 changed files with 13 additions and 0 deletions

12
Html/itemList.html Normal file
View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body>
<div id="itemListPage" data-role="page" class="page libraryPage" data-theme="a">
<div data-role="content">
</div>
</div>
</body>
</html>

View file

@ -0,0 +1 @@