Fix symblinks.
This commit is contained in:
@@ -1,13 +1,23 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
<!DOCTYPE HTML>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
|
||||
<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>
|
||||
<body>
|
||||
|
||||
|
||||
<a href="html/container.html">Embedding the mindmap in a page</a>
|
||||
<a href="html/editor.html">Full page</a>
|
||||
<a href="html/viewmode.html">Read Only version</a>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user