mirror of https://github.com/MISP/PyMISP
restore file deleted by mistake
parent
f8be16a905
commit
910cfda4bc
|
@ -0,0 +1,25 @@
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<style>
|
||||||
|
#stats
|
||||||
|
{
|
||||||
|
height: 746px;
|
||||||
|
margin-top: 100px;
|
||||||
|
}
|
||||||
|
#treemap
|
||||||
|
{
|
||||||
|
width: 1000px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<table><tr>
|
||||||
|
<td><iframe id="stats" src="attribute_table.html" frameBorder="0"></iframe></td>
|
||||||
|
<td id="treemap"><object type="image/svg+xml" data="attribute_treemap.svg"></object></td>
|
||||||
|
</tr></table>
|
||||||
|
<!--
|
||||||
|
<div id="stats"><iframe src="table.html"></iframe></div>
|
||||||
|
<div id="treemap"><object type="image/svg+xml" data="test.svg"></object></div>
|
||||||
|
-->
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue