diff options
Diffstat (limited to 'www/templates/en/reports.html')
-rw-r--r-- | www/templates/en/reports.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/templates/en/reports.html b/www/templates/en/reports.html new file mode 100644 index 0000000..226eec2 --- /dev/null +++ b/www/templates/en/reports.html @@ -0,0 +1,10 @@ +<div data-role="header" data-position="fixed" > + <h1>My Reports</h1> + <a id="reports-next-btn" data-icon="arrow-r" data-iconpos="right" class="ui-btn-right">Home</a> +</div> +<div class="container" data-enhance="false"> + <div class="content" role="main"> + <h1>Holding page :)</h1> + </div> + +</div> |