2021-09-23 17:51:24 -03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2021-12-02 00:41:56 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title>Mindplot Playground</title>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div>
|
|
|
|
<h1>Mindplot Playground</h1>
|
|
|
|
<ul>
|
|
|
|
<li><a href="layout.html">Layout Renders</a></li>
|
2021-12-01 18:12:31 -08:00
|
|
|
<li><a href="viewmode.html">View Only Mindmap:</a> This test load the mindmap canvas in this simple setup in read only mode.</li>
|
2021-12-05 09:25:16 -08:00
|
|
|
<li><a href="container.html">Embedding the mindmap in a page</a></li>
|
|
|
|
<li><a href="editor.html">Standard Editor</a></li>
|
2021-12-02 00:41:56 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</body>
|
2021-12-14 15:08:54 +00:00
|
|
|
</html>
|