mirror of
https://github.com/DISARMFoundation/DISARMframeworks.git
synced 2024-10-01 01:45:36 -04:00
15 lines
284 B
HTML
15 lines
284 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<script type="text/javascript" src="d3.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<H2>AMITT Red TTPs (techniques)</H2>
|
||
|
<div id="bluegrid"></div>
|
||
|
|
||
|
<H2>AMITT Blue TTPs (counters)</H2>
|
||
|
<div id="redgrid"></div>
|
||
|
|
||
|
<script src="grid.js" type="text/javascript"></script>
|
||
|
</body>
|
||
|
</html>
|