mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-23 14:37:56 +01:00
19 lines
422 B
Plaintext
19 lines
422 B
Plaintext
|
<!DOCTYPE HTML>
|
||
|
|
||
|
<%@ include file="/jsp/init.jsp" %>
|
||
|
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-type" value="text/html; charset=utf-8">
|
||
|
<link rel="stylesheet" type="text/css" href="../css/embedded.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
|
||
|
<div id="mapContainer">
|
||
|
<spring:message code="BROWSER_NOT_SUPPOERTED"/>
|
||
|
<spring:message code="CHECK_BROWSERS"/><a href="www.wisemapping.com">www.wisemapping.com</a>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|