mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 09:53:24 +01:00
31 lines
706 B
HTML
31 lines
706 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>WiseMapping - Mindplot Playground</title>
|
|
<style>
|
|
html * {
|
|
font-family: Arial !important;
|
|
}
|
|
|
|
tbody tr td:first-child {
|
|
width: 20%;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
|
|
<body>
|
|
<h1>WiseMapping Mindplot - Playground</h1>
|
|
<p>You will find here a set of examples that shows how you can use integrate WiseMapping Mindplot.</p>
|
|
<div>
|
|
<ul>
|
|
<li><a href="/layout.html">Layout Renders:</a> Showcase the different supported layouts.</li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|