mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-23 22:47:57 +01:00
17 lines
252 B
HTML
17 lines
252 B
HTML
<!DOCTYPE HTML>
|
|
|
|
|
|
<html>
|
|
<head>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Embedding a map in a Page</h1>
|
|
<iframe style="width:600px;height:400px;border: 1px solid black"
|
|
src="http://localhost:8080/wise-webapp/c/embeddedView.htm?mapId=1">
|
|
</iframe>
|
|
</body>
|
|
|
|
</html>
|
|
|