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>
|
2018-11-15 15:01:29 +00:00
|
|
|
<div class="zoom">
|
|
|
|
<button class="plus">+</button>
|
|
|
|
<button class="minus">-</button>
|
|
|
|
</div>
|
2018-05-31 14:59:17 +00:00
|
|
|
<script src="index.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|