diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index 9d143da..d84cfe3 100644 --- a/www/index.html +++ b/www/index.html @@ -63,5 +63,10 @@ <script type="text/javascript" src="js/app.js"></script> </head> - <body onload="onload()"></body> + <body onload="onload()"> + <div id="map_box" class="mapbox"> + <div id="map"></div> + </div> + <div class="jquerymobile"></div> + </body> </html> |