change heading on example

git-svn-id: http://svn.openlayers.org/trunk/openlayers@914 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-07-07 15:28:08 +00:00
parent e9d7ff12b4
commit f8e38a7b4d

View File

@@ -47,7 +47,7 @@
</script>
</head>
<body onload="init()">
<h1>OpenLayers Example</h1>
<h1>OpenLayers With Google Layer Example</h1>
<div id="map"></div>
<div style="background-color:green" onclick="add()"> click to add the marker to the map</div>
<div style="background-color:red" onclick="remove()"> click to remove the marker from the map</div>