29 lines
820 B
HTML
Executable File
29 lines
820 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta name="viewport" content="width=device-width">
|
|
<title> Aisin Gioro Family Tree </title>
|
|
<link rel="stylesheet" href="Treant.css">
|
|
<link rel="stylesheet" href="main.css">
|
|
|
|
<link rel="stylesheet" href="../../perfect-scrollbar/perfect-scrollbar.css">
|
|
|
|
</head>
|
|
<body>
|
|
<div class="chart" id="basic-example"></div>
|
|
<script src="vendor/raphael.js"></script>
|
|
<script src="Treant.js"></script>
|
|
|
|
<script src="vendor/jquery.min.js"></script>
|
|
<script src="vendor/jquery.easing.js"></script>
|
|
|
|
|
|
<script src="data.js"></script>
|
|
<script>
|
|
tree = new Treant( chart_config );
|
|
</script>
|
|
</body>
|
|
</html>
|