]> git.argeo.org Git - gpl/argeo-suite.git/blob - org.argeo.app.geo.js/index.html
Prepare next development cycle
[gpl/argeo-suite.git] / org.argeo.app.geo.js / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3
4 <head>
5 <meta charset="UTF-8">
6 <style>
7 .map {
8 width: 100%;
9 height: 100vh;
10 }
11 </style>
12 </head>
13
14 <body>
15 <div id="map" class="map"></div>
16 </body>
17
18 </html>