From bfc2cec7d43eb8eaa46dd3f91084932381257059 Mon Sep 17 00:00:00 2001
From: kj_sh604
Date: Sun, 15 Mar 2026 16:19:35 -0400
Subject: refactor: excalidraw-app/
---
excalidraw-app/index.html | 252 ++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 252 insertions(+)
create mode 100644 excalidraw-app/index.html
(limited to 'excalidraw-app/index.html')
diff --git a/excalidraw-app/index.html b/excalidraw-app/index.html
new file mode 100644
index 0000000..0e7772f
--- /dev/null
+++ b/excalidraw-app/index.html
@@ -0,0 +1,252 @@
+
+
+
+
+ kj-diagramming | Hand-drawn look & feel • Collaborative • Secure
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <% if (typeof PROD != 'undefined' && PROD == true) { %>
+
+
+
+
+
+
+
+
+ <% } else { %>
+
+ <% } %>
+
+
+
+
+
+
+
+
+ <% if (typeof VITE_APP_DEV_DISABLE_LIVE_RELOAD != 'undefined' &&
+ VITE_APP_DEV_DISABLE_LIVE_RELOAD == true) { %>
+
+ <% } %>
+
+
+
+
+
+
+
+
+
+
+
+ <% if (typeof PROD != 'undefined' && PROD == true) { %>
+
+
+
+ <% } %>
+
+
--
cgit v1.2.3