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