From 780eb6a8066d32abf8cb8dd0bb9ccdeb9b38662c Mon Sep 17 00:00:00 2001 From: sthag Date: Sat, 28 Mar 2026 19:10:45 +0100 Subject: [PATCH] feat: Add matrix screen --- source/screens/demo/examples/matrix.liquid | 242 +++++++++++++++++++++ 1 file changed, 242 insertions(+) create mode 100644 source/screens/demo/examples/matrix.liquid diff --git a/source/screens/demo/examples/matrix.liquid b/source/screens/demo/examples/matrix.liquid new file mode 100644 index 0000000..1e2c266 --- /dev/null +++ b/source/screens/demo/examples/matrix.liquid @@ -0,0 +1,242 @@ +--- +title: Matrix +tags: +- demoExample +--- +{% layout 'hippie/simple.liquid' %} + +{% block style %} + +{% endblock %} + +{% block body %} + +
Canvas element not supported.
+
+
+ A +
+{% endblock %} + +{% block script %} + +{% endblock %} \ No newline at end of file