Files
LiberPrayground/results/index.html
2021-02-12 00:54:50 +01:00

26 lines
650 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="initial-scale=1.0,maximum-scale=1.0" />
<title>InterruptDB Frequency Analysis, IoC</title>
<style type="text/css">
body {
max-width: 700px;
font-family: sans-serif;
margin: 80px auto;
padding: 20px;
}
h2,h3,h4 { padding-top: 5ex; }
li { margin: .5em; }
</style>
</head>
<body>
<h1>IoC Analysis on Interrupts</h1>
<p>Nothing to see here.<br>Results are split into:</p>
<ul>
<li><a href="./index_high.html">Highest IoC (bluntly)</a></li>
<li><a href="./index_norm.html">Normal english (matching 1.7767)</a></li>
</ul>
</body>
</html>