2021-09-23 22:51:24 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2021-12-02 01:41:56 +01: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-02 03:12:31 +01: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 18:25:16 +01: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 01:41:56 +01:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</body>
|
2021-12-14 16:08:54 +01:00
|
|
|
</html>
|