1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
| <!DOCTYPE html>
| <html>
| <head>
| <meta charset="utf-8" />
| <title></title>
| <style type="text/css">
| html, body {
| height: 100%;
| width: 100%;
| padding: 0px;
| margin: 0px;
| overflow:hidden;
| }
|
| * {
| padding: 0px;
| margin: 0px;
| }
| </style>
| </head>
| <body>
| <object ID="TerraExplorerInformationWindow" CLASSID="CLSID:3a4f9193-65a8-11d5-85c1-0001023952c1" width="100%" height="100%"></object>
| </body>
| </html>
|
|