diff options
-rw-r--r-- | www/index.html | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/www/index.html b/www/index.html index ac8584b..1cc77ed 100644 --- a/www/index.html +++ b/www/index.html @@ -49,28 +49,16 @@ </script> </head> <body id="container" class="frontpage fullwidthpage"> - <!--ontouchmove="touchmove(event);">--> - <div class="wrapper" id="front-page" data-role="page"> <div class="table-cell"> <div class="container"> <div class="content" role="main"> - <div class="tablewrapper"> + <div class="tablewrapper" style="text-align: center; padding-top: 50%"> Determing location </div> </div> </div> </div> - <div data-role="footer" data-id="foo1" data-position="fixed"> - <div data-role="navbar"> - <ul> - <li><a href="index.html" class="ui-button-active ui-state-persist">Report</a></li> - <li><a href="account.html">Account</a></li> - <li><a href="about.html">Info</a></li> - <li><a href="my_reports.html">My</a></li> - </ul> - </div><!-- /navbar --> - </div> </div> <!-- .wrapper --> </body> </html> |