diff --git a/_posts/2024-02-23-matrix-quine.md b/_posts/2024-02-23-matrix-quine.md new file mode 100644 index 0000000..4e9531f --- /dev/null +++ b/_posts/2024-02-23-matrix-quine.md @@ -0,0 +1,12 @@ +--- +layout: post +title: Matrix Quine +category: Dev +--- +An animated quine in only 187 bytes of HTML+JS: + +```html +
+```
+
+[Matrix Quine](matrix/quine)
diff --git a/matrix/quine.html b/matrix/quine.html
new file mode 100644
index 0000000..2505a70
--- /dev/null
+++ b/matrix/quine.html
@@ -0,0 +1 @@
+
\ No newline at end of file