diff --git a/crates/runtime-dashboard/src/actors.html b/crates/runtime-dashboard/src/actors.html
new file mode 100644
index 0000000..40a7121
--- /dev/null
+++ b/crates/runtime-dashboard/src/actors.html
@@ -0,0 +1,794 @@
+
+
+
+
+
+
+
+
Click a node for ego-centric view. Double-click to reset.
+
+
+
+
+
+
+
+
+
+
+
+
Routing Buckets
+
+
+
+
+
+
+
+
diff --git a/crates/runtime-dashboard/src/distribution_html.rs b/crates/runtime-dashboard/src/distribution_html.rs
index d9931e3..4a5f280 100644
--- a/crates/runtime-dashboard/src/distribution_html.rs
+++ b/crates/runtime-dashboard/src/distribution_html.rs
@@ -1,768 +1 @@
-pub const DISTRIBUTION_HTML: &str = r##"
-
-
-
-
-
-
-
Click a node for ego-centric view. Double-click to reset.
-
-
-
-
-
-
-
-
-
-
-
-
Routing Buckets
-
-
-
-
-
-
-
-
-"##;
+pub const DISTRIBUTION_HTML: &str = include_str\!("distribution.html");
diff --git a/crates/simulation-dashboard/src/dashboard.html b/crates/simulation-dashboard/src/dashboard.html
new file mode 100644
index 0000000..d4874be
--- /dev/null
+++ b/crates/simulation-dashboard/src/dashboard.html
@@ -0,0 +1,1715 @@
+
+
+
+
+
+
+
+
Computing layout...
+
+
+
+
+
+
+
+
+
+
+
+
+ 0/0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Event Log
+
+
+ | Seq | Round | Thread | Node | Event | Details |
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/crates/simulation-dashboard/src/dashboard_html.rs b/crates/simulation-dashboard/src/dashboard_html.rs
index 6885af1..c58f01b 100644
--- a/crates/simulation-dashboard/src/dashboard_html.rs
+++ b/crates/simulation-dashboard/src/dashboard_html.rs
@@ -1,1716 +1 @@
-pub const DASHBOARD_HTML: &str = r##"
-
-
-
-
-
-
-
Computing layout...
-
-
-
-
-
-
-
-
-
-
-
-
- 0/0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Event Log
-
-
- | Seq | Round | Thread | Node | Event | Details |
-
-
-
-
-
-
-
-
-
-
-
-
-"##;
+pub const DASHBOARD_HTML: &str = include_str!("dashboard.html");