pandora_cms/static/ontology/index.html
2018-11-15 15:01:29 +00:00

17 lines
357 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="d3.v3.min.js"></script>
<link rel="stylesheet" href="index.css" type="text/css">
<title>Ontology Tree</title>
</head>
<body>
<div class="zoom">
<button class="plus">+</button>
<button class="minus">-</button>
</div>
<script src="index.js"></script>
</body>
</html>