mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
22 lines
652 B
HTML
22 lines
652 B
HTML
<!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>
|
|
<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="container.html">Embedding the mindmap in a page</a></li>
|
|
<li><a href="editor.html">Standard Editor</a></li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |