added a stub for the list page
This commit is contained in:
parent
a10edf7664
commit
26b3cd0bab
2 changed files with 13 additions and 0 deletions
12
Html/itemList.html
Normal file
12
Html/itemList.html
Normal 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>
|
1
Html/scripts/ItemListPage.js
Normal file
1
Html/scripts/ItemListPage.js
Normal file
|
@ -0,0 +1 @@
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue