mirror of https://github.com/MISP/PyMISP
26 lines
520 B
HTML
26 lines
520 B
HTML
<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>
|