add script to generate html, update tree
This commit is contained in:
parent
6a8450e773
commit
024b74dcea
2 changed files with 122 additions and 0 deletions
25
ontology/ontology_template.html
Normal file
25
ontology/ontology_template.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue