wisemapping-frontend/packages/mindplot/test/playground/map-render/index.html

24 lines
600 B
HTML
Raw Normal View History

<!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>