| 12345678910111213141516171819202122232425262728293031 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <title>DOMOverlay</title>
- </head>
- <script charset="utf-8"
- src="https://map.qq.com/api/gljs?libraries=tools&v=1.exp&key=OB4BZ-D4W3U-B7VVO-4PJWW-6TKDJ-WPB77"></script>
- <style type="text/css">
- html,
- body {
- height: 100%;
- margin: 0px;
- padding: 0px;
- }
- #container {
- width: 100%;
- height: 100%;
- }
- </style>
- <body>
- <iframe src="http://dingdong.izouma.com/map/home" id='container' frameborder="0"></iframe>
- </body>
- </html>
|