DISARMframeworks/visualisations/index.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

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>