2021-09-23 22:51:24 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2021-12-26 06:50:45 +01:00
|
|
|
|
2021-12-02 01:41:56 +01:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2021-12-26 06:50:45 +01:00
|
|
|
<title>WiseMapping - Mindplot Playground</title>
|
|
|
|
<style>
|
|
|
|
html * {
|
|
|
|
font-family: Arial !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
tbody tr td:first-child {
|
|
|
|
width: 20%;
|
|
|
|
}
|
|
|
|
</style>
|
2021-12-02 01:41:56 +01:00
|
|
|
</head>
|
|
|
|
|
2021-12-26 06:50:45 +01:00
|
|
|
|
2021-12-02 01:41:56 +01:00
|
|
|
<body>
|
2021-12-26 06:50:45 +01:00
|
|
|
<h1>WiseMapping Mindplot - Playground</h1>
|
|
|
|
<p>You will find here a set of examples that shows how you can use integrate WiseMapping Mindplot.</p>
|
2021-12-02 01:41:56 +01:00
|
|
|
<div>
|
|
|
|
<ul>
|
2022-01-10 21:12:15 +01:00
|
|
|
<li><a href="/layout.html">Layout Renders:</a> Showcase the different supported layouts.</li>
|
2021-12-02 01:41:56 +01:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</body>
|
2021-12-26 06:50:45 +01:00
|
|
|
|
|
|
|
</html>
|