-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (16 loc) · 913 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<head profile="http://www.w3.org/2005/10/profile">
<link rel="icon" type="image/png" href="favicon.png" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>safe-UR-chain - Tree of Attack Vectors</title>
<link rel="stylesheet" href="https://cdn.materialdesignicons.com/5.3.45/css/materialdesignicons.min.css">
<link rel="stylesheet" type="text/css" media="screen,projection" href="assets/css/style.css" />
</head>
<body>
<div id="treemap" class="tree-container"></div>
<script src="https://code.jquery.com/jquery-3.5.1.min.js"
integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="assets/js/main.js"></script>
</body>