wisemapping-open-source/wise-editor/src/main/webapp/index.html

24 lines
600 B
HTML
Raw Normal View History

2012-02-04 17:56:17 +01:00
<!DOCTYPE HTML>
<html>
<head>
2012-02-04 17:56:17 +01:00
<title>WiseMapping Editor Sample Gallery </title>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8"/>
<style>
body {
font-family: Arial, Tahoma;
background: #a9a9a9;
padding: 10px 30px;
}
</style>
</head>
2012-02-02 16:28:54 +01:00
<body>
2012-02-04 17:56:17 +01:00
<h1>WiseMapping Editor Sample Gallery </h1>
<ul>
<li><a href="html/container.html">Embedding the mindmap in a page</a></li>
<li><a href="html/editor.html">Standard Editor</a></li>
<li><a href="html/viewmode.html">Read Only</a></li>
</ul>
2012-02-02 16:28:54 +01:00
</body>
</html>