summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGalin Simeonov <gts@volconst.com>2021-09-29 13:17:08 +0300
committerGalin Simeonov <gts@volconst.com>2021-09-29 13:17:08 +0300
commit13788b008ca6b0edb5997c794a2539b4a1493f08 (patch)
treec407c7550fcf10b39cb5500789d9e5b86e18c29f
parent8e5e48dd820a0b936f725a51150f9bd8922f8844 (diff)
downloadsnek-13788b008ca6b0edb5997c794a2539b4a1493f08.tar.gz
added noscript easter egg
-rw-r--r--.snek.html.swpbin0 -> 12288 bytes
-rw-r--r--snek.html21
2 files changed, 21 insertions, 0 deletions
diff --git a/.snek.html.swp b/.snek.html.swp
new file mode 100644
index 0000000..d0a7608
--- /dev/null
+++ b/.snek.html.swp
Binary files differ
diff --git a/snek.html b/snek.html
index 653ac98..d4b022e 100644
--- a/snek.html
+++ b/snek.html
@@ -10,6 +10,27 @@
</head>
<body onload="main()">
+ <noscript>
+ <pre>
+ _____________________
+ | |
+ | |
+ | |
+ | |
+ | |
+ | |
+ / \
+ \ /
+ |
+
+
+
+ O
+ '
+ _____________________
+ HISS!
+ </pre>
+ </noscript>
<canvas id="canvas1"></canvas>
</body>