mirror of
https://github.com/DISARMFoundation/DISARMframeworks.git
synced 2024-10-01 01:45:36 -04:00
22abaf93d8
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
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>
|
|
|