-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
15 lines (15 loc) · 1.17 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Nsobject inheritance topology">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0,
user-scalable=0" name="viewport">
<title>Java inheritance tree</title>
<link rel="stylesheet" href="assets/tree.css"/>
<body>
<div class="ribbon" style="position:fixed;right:0;top:0;width:150px;height:150px;overflow:hidden;z-index:9999;"><a target="_blank" style="display:inline-block;width:200px;overflow:hidden;padding:6px 0;text-align:center;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);-transform:rotate(45deg);text-decoration:none;color:#fff;position:inherit;top:45px;right:-40px;border-width:1px 0;border-style:dotted;border-color:rgba(255, 255, 255, 0.7);font:700 13px "Helvetica Neue", Helvetica, Arial, sans-serif;box-shadow:0 2px 3px 0 rgba(0, 0, 0, 0.5);background-color:#a00;" href="https://github.com/xudafeng/java_inheritance">Fork me on Github</a></div>
<script src="assets/d3.v3.min.js"></script>
<script src="assets/tree.js"></script>
</body>
</html>