mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 09:53:24 +01:00
15 lines
386 B
HTML
15 lines
386 B
HTML
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
<head>
|
|
<title>WiseMapping - View Mode </title>
|
|
<meta http-equiv="Content-type" content="text/html; charset=UTF-8" />
|
|
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
|
|
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="mindplot" onselectstart="return false;"></div>
|
|
</body>
|
|
|
|
</html> |