16 lines
357 B
HTML
16 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>
|