2010-12-04 14:24:32 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2010-12-05 22:00:52 +01:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<meta name="description" content="Minecraft Dynamic Map" />
|
|
|
|
<meta name="keywords" content="minecraft, map, dynamic" />
|
|
|
|
<meta name="language" content="en"/>
|
|
|
|
<title>
|
|
|
|
Minecraft Dynamic Map
|
|
|
|
</title>
|
|
|
|
<link rel="shortcut icon" href="follow_off.png" type="image/png" />
|
|
|
|
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="style.css" media="screen" />
|
|
|
|
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
|
|
|
|
<script type="text/javascript" src="map.js" ></script>
|
2010-12-04 14:24:32 +01:00
|
|
|
</head>
|
2010-12-05 22:00:52 +01:00
|
|
|
<!-- <body onload="initialize()"> -->
|
|
|
|
<body>
|
|
|
|
<div id="mcmap"></div>
|
|
|
|
<div id="plist"><img id="plistbtn" alt="on" src="list_on.png" onclick="plistopen()" />
|
|
|
|
<div id="lst">[Connecting]</div>
|
|
|
|
</div>
|
|
|
|
<div id="link"></div>
|
2010-12-04 14:24:32 +01:00
|
|
|
</body>
|
|
|
|
</html>
|