expand html analysis
This commit is contained in:
40
results/templates/index.html
Normal file
40
results/templates/index.html
Normal file
@@ -0,0 +1,40 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8"/>
|
||||
<meta name="viewport" content="initial-scale=1.0,maximum-scale=1.0" />
|
||||
<title>LP Analysis</title>
|
||||
<link rel="stylesheet" type="text/css" href="./style.css">
|
||||
</head>
|
||||
<body>
|
||||
<h1>LP Analysis results</h1>
|
||||
<p>Welcome pilgrim.</p>
|
||||
<p>
|
||||
These pages try to break down and visualize the structure of the Liber Primus (LP).
|
||||
</p>
|
||||
|
||||
<h2>Index of Coincidence (IoC)</h2>
|
||||
<p>
|
||||
Including different key lengths and different interrupt runes.
|
||||
This includes all the runes and all chapters.
|
||||
</p>
|
||||
<dl>
|
||||
<dt>IoC matching</dt><dd class="link-list">__A_IOC__</dd>
|
||||
</dl>
|
||||
|
||||
<h2>Page Analysis</h2>
|
||||
<p>
|
||||
This looks at each chapter individually.
|
||||
Includes the analysis of rune counts, IoC, running-IoC, and a few concealment techniques.
|
||||
</p>
|
||||
<dl>
|
||||
<dt>Chapters (encrypted)</dt><dd class="link-list">__A_CHAPTER__</dd>
|
||||
<dt>Solved (plaintext)</dt><dd class="link-list">__A_SOLVED__</dd>
|
||||
</dl>
|
||||
|
||||
<h2>What’s next?</h2>
|
||||
<p>
|
||||
If you have an idea what should be included in the analysis, let me know.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user