14 lines
No EOL
491 B
HTML
14 lines
No EOL
491 B
HTML
<script>alert("Wait for map to completly load first. Drag map to move it. Do not click on the map. Does not automatically refresh.");</script>
|
|
<html>
|
|
<head>
|
|
<title>World Map</title>
|
|
<meta name="viewport" content="width=240">
|
|
<style>
|
|
body { margin:0px; }
|
|
</style>
|
|
<style>body { margin:0px; }</style>
|
|
</head>
|
|
<body>
|
|
<iframe width=630 height=752 frameborder=0 border=0 src="http://www.worldtimezone.com/datetime.html" style="position:absolute; top:-409px; left:-30px;"></iframe>
|
|
</body>
|
|
</html> |