Rev | Line | |
---|
[5164] | 1 | <!DOCTYPE html>
|
---|
| 2 | <html>
|
---|
| 3 | <head>
|
---|
| 4 | <meta name="viewport" content="initial-scale=1.0, user-scalable=yes" />
|
---|
| 5 |
|
---|
| 6 | <style type="text/css">
|
---|
| 7 | * { margin: 0; padding: 0; }
|
---|
| 8 | html { width: 100%; height: 100%; }
|
---|
| 9 | body { width: 100%; height: 100%; }
|
---|
| 10 | #map_canvas { width: 100%; height: 100%; background-color: gray; }
|
---|
| 11 | </style>
|
---|
| 12 |
|
---|
| 13 | <script type="text/javascript" src="qrc:///html/init.js"></script>
|
---|
| 14 | <script type="text/javascript" src="qrc:///html/tools.js"></script>
|
---|
| 15 |
|
---|
| 16 | <script type="text/javascript"
|
---|
| 17 | src="http://maps.googleapis.com/maps/api/js?sensor=false">
|
---|
| 18 | </script>
|
---|
| 19 |
|
---|
| 20 | </head>
|
---|
| 21 | <body>
|
---|
| 22 | <div id="map_canvas">Waiting for data...</div>
|
---|
| 23 | </body>
|
---|
| 24 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.