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

22 lines
652 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<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>
</ul>
</div>
</body>
</html>