diff options
Diffstat (limited to 'www/my_reports.html')
-rw-r--r-- | www/my_reports.html | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/www/my_reports.html b/www/my_reports.html new file mode 100644 index 0000000..16773a7 --- /dev/null +++ b/www/my_reports.html @@ -0,0 +1,28 @@ + <div class="wrapper" id="my-reports-page" data-role="page"> + <div class="table-cell"> + <!-- header id="site-header" role="banner"> + <div class="container"> + <span id="site-logo"></span> + </div> + </header --> + + <div id="user-meta"> + + </div> + + <div class="container" data-role="content"> + <div class="content" id="reports" role="main" data-enhance="false"> + </div> + + <div data-role="footer" data-id="foo1" data-position="fixed"> + <div data-role="navbar"> + <ul> + <li><a href="index.html">Report</a></li> + <li><a href="account.html">Account</a></li> + <li><a href="about.html">Info</a></li> + </ul> + </div><!-- /navbar --> + </div> + </div> + </div><!-- .table-cell --> + </div> |