split folder into db and results

This commit is contained in:
relikd
2021-02-12 00:54:50 +01:00
parent a9d4085a4b
commit 1c27f17677
15 changed files with 24 additions and 17 deletions

26
results/index.html Normal file
View File

@@ -0,0 +1,26 @@
<!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>