add script to generate html, update tree

This commit is contained in:
rlx 2018-08-06 18:34:41 +01:00
commit 024b74dcea
2 changed files with 122 additions and 0 deletions

View file

@ -0,0 +1,25 @@
<!doctype html>
<html>
<head>
<title>ontology</title>
<meta charset="utf-8"/>
<style>
body {
color: #808080;
font-family: Helvetica, sans-serif;
font-size: 16px;
line-height: 24px;
}
a {
color: #4040c0;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
{TREE}
</body>
</html>