pandora_cms/static/ontology/index.html

13 lines
250 B
HTML
Raw Normal View History

2018-05-31 14:59:17 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
2018-08-10 17:00:55 +00:00
<script src="d3.v3.min.js"></script>
2018-08-11 20:10:14 +00:00
<link rel="stylesheet" href="index.css" type="text/css">
2018-05-31 14:59:17 +00:00
<title>Ontology Tree</title>
</head>
<body>
<script src="index.js"></script>
</body>
</html>