index.php
384 Bytes
<html>
<head>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<script src="../../pacotes/cpaint/cpaint2.inc.compressed.js" type="text/javascript"></script>
<script src="index.js" type="text/javascript"></script>
</head>
<body onload="inicializa();">
<div id="mapa" style="width: 440px; height: 340px"></div>
</body>
</html>