mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
17 lines
392 B
HTML
17 lines
392 B
HTML
<!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>
|
|
<h1>Mindplot Playground</h1>
|
|
<ul>
|
|
<li><a href="/layout">layout</a></li>
|
|
</ul>
|
|
</div>
|
|
</body>
|
|
</html>
|