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

17 lines
253 B
HTML
Raw Normal View History

<!DOCTYPE HTML>
<%@ include file="/jsp/init.jsp" %>
<html>
<head>
</head>
<body>
<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>