DISARMframeworks/visualisations/index_local.html
Sara-Jayne Terp 22abaf93d8 Copy AMITT repository, clean up and rebrand
Took a copy of the current AMITT github repository - we'll be updating this and merging the SPICE branch back in
Rebranded to DISARM
Moved generated pages to their own folder, to make looking at the repository less confusing
2022-01-29 11:34:46 -05:00

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>