diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index 9323c66..302a1e9 100644 --- a/www/index.html +++ b/www/index.html @@ -1,3 +1,6 @@ + +use Data::Printer; +p $meta_data; <!DOCTYPE html> <html class="mobile"> <head> @@ -57,7 +60,7 @@ <div class="container"> <div class="content" role="main"> <div class="tablewrapper" style="text-align: center; padding-top: 50%"> - Determing location + Determining location </div> </div> </div> |