Add grph visualiser initial version

This commit is contained in:
William Jeynes
2026-04-08 21:00:24 +01:00
parent cf6b29ca91
commit aa962b1802
9 changed files with 3803 additions and 41 deletions
+8
View File
@@ -0,0 +1,8 @@
html {
color-scheme: light dark;
font-family: system-ui;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}