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

22 lines
707 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>
<!-- <li><a href="/map-render/html/container.html">Embedding the mindmap in a page (WIP)</a></li>
<li><a href="/map-render/html/editor.html">Standard Editor (WIP)</a></li> -->
</ul>
</div>
</body>
</html>