Files
OSINT-Framework/index.html
T
s0lray 2cdd474d83 Site files
Initial site files… Lots to fix…
2016-02-27 00:04:58 -05:00

29 lines
345 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<style>
.node {
cursor: pointer;
}
.node circle {
fill: #fff;
stroke: steelblue;
stroke-width: 1.5px;
}
.node text {
font: 12px sans-serif;
}
.link {
fill: none;
stroke: #ccc;
stroke-width: 1px;
}
</style>
<body>
<script src="d3.min.js"></script>
<script src="arf.js"></script>
</body>