support full screen mode
[lantea.git] / index.html
index 2bfb6b56d80f5b536e763fe8521394018a7b53d6..d4b17c9820800709480bd79ba4a2f10fadb11e55 100644 (file)
@@ -15,7 +15,7 @@
   <link rel="stylesheet" href="style/lantea.css">
   <link rel="shortcut icon" href="style/lanteaIcon16.png" type="image/png">
 </head>
-<body>
+<body id="body">
 <h1>Lantea Map</h1>
 
 <div id="menuArea" class="overlayArea">
@@ -53,6 +53,12 @@ Map style:
        onclick="zoomOut();">
 </div>
 
+<div id="fullscreenArea" class="overlayArea">
+<!-- other possible characters: &#x25F0; -->
+<input type="button" id="fullscreenButton" value="&#x25A3;"
+       onclick="toggleFullscreen();">
+</div>
+
 <p id="debug" class="debugHide"></p>
 <p id="copyright" class="overlayArea"></p>