mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-12 18:13:24 +01:00
24 lines
600 B
HTML
24 lines
600 B
HTML
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
<head>
|
|
<title>WiseMapping Editor Sample Gallery </title>
|
|
<meta http-equiv="Content-type" content="text/html; charset=UTF-8"/>
|
|
<style>
|
|
body {
|
|
font-family: Arial, Tahoma;
|
|
background: #a9a9a9;
|
|
padding: 10px 30px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>WiseMapping Editor Sample Gallery </h1>
|
|
<ul>
|
|
<li><a href="html/container.html">Embedding the mindmap in a page</a></li>
|
|
<li><a href="html/editor.html">Standard Editor</a></li>
|
|
<li><a href="html/viewmode.html">Read Only</a></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|