diff --git a/docs/hexascript/algorithm.html b/docs/hexascript/algorithm.html
new file mode 100644
index 0000000..0c914a0
--- /dev/null
+++ b/docs/hexascript/algorithm.html
@@ -0,0 +1,234 @@
+
+ {{#if type}}
+ {{!-- CASE: HTML Injection --}}
+ {{#if (eq type "html")}}
+
+ {{{content}}}
+
+ {{/if}}
+
+ {{!-- CASE: Mermaid Diagram Injection --}}
+ {{#if (eq type "mermaid")}}
+
+{{{content}}}
+
+ {{/if}}
+
+ {{!-- CASE: Iframe Injection --}}
+ {{#if (eq type "frame")}}
+
+
+
+ {{/if}}
+ {{else}}
+ {{!-- CASE: No Context (Index Page) --}}
+
+
Documentation Index
+
Select a topic from the navigation to begin.
+
+ {{/if}}
+
diff --git a/docs/hexascript/html/algorithm.html b/docs/hexascript/html/algorithm.html
deleted file mode 100644
index 0c914a0..0000000
--- a/docs/hexascript/html/algorithm.html
+++ /dev/null
@@ -1,234 +0,0 @@
-