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

17 lines
392 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>Document</title>
</head>
<body>
<div>
2021-10-03 03:37:42 +02:00
<h1>Mindplot Playground</h1>
<ul>
<li><a href="/layout">layout</a></li>
</ul>
</div>
</body>
</html>