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