wisemapping-open-source/wise-webapp/src/main/webapp/html/embedded.html

17 lines
252 B
HTML
Raw Normal View History

<!DOCTYPE HTML>
<html>
<head>
</head>
2011-10-18 14:29:29 +02:00
<body>
<h1>Embedding a map in a Page</h1>
<iframe style="width:600px;height:400px;border: 1px solid black"
2011-10-17 02:42:02 +02:00
src="http://localhost:8080/wise-webapp/c/embeddedView.htm?mapId=1">
</iframe>
</body>
</html>