summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--static/bvg.pngbin0 -> 6984 bytes
-rwxr-xr-xstatic/deobfuscate.sh17
-rw-r--r--static/favicon.gif (renamed from favicon.gif)bin1822809 -> 1822809 bytes
-rw-r--r--static/huh.jpg (renamed from huh.jpg)bin23872 -> 23872 bytes
-rw-r--r--static/me.pngbin0 -> 108139 bytes
-rw-r--r--static/not-very-brave.html (renamed from not-very-brave.html)0
-rw-r--r--static/robots.txt3
-rw-r--r--static/rose.gifbin0 -> 644180 bytes
-rw-r--r--static/rose.pngbin0 -> 10403 bytes
-rw-r--r--static/wilted-flower.gifbin0 -> 479385 bytes
10 files changed, 20 insertions, 0 deletions
diff --git a/static/bvg.png b/static/bvg.png
new file mode 100644
index 0000000..b10c869
--- /dev/null
+++ b/static/bvg.png
Binary files differ
diff --git a/static/deobfuscate.sh b/static/deobfuscate.sh
new file mode 100755
index 0000000..40ce970
--- /dev/null
+++ b/static/deobfuscate.sh
@@ -0,0 +1,17 @@
+#!/bin/sh
+
+value="$1"
+offset=$((16#${value:0:2}))
+n=2
+final=""
+
+
+while [ $n -lt ${#value} ]; do
+ num=${value:n:3}
+ charAscii=$((16#$num - $offset))
+ final="$final$(printf \\u$(printf "%03x" $charAscii))"
+ n=$((n + 3))
+done
+
+echo "$final"
+
diff --git a/favicon.gif b/static/favicon.gif
index b2ca4e4..b2ca4e4 100644
--- a/favicon.gif
+++ b/static/favicon.gif
Binary files differ
diff --git a/huh.jpg b/static/huh.jpg
index 8d09392..8d09392 100644
--- a/huh.jpg
+++ b/static/huh.jpg
Binary files differ
diff --git a/static/me.png b/static/me.png
new file mode 100644
index 0000000..72c0f8c
--- /dev/null
+++ b/static/me.png
Binary files differ
diff --git a/not-very-brave.html b/static/not-very-brave.html
index c2487aa..c2487aa 100644
--- a/not-very-brave.html
+++ b/static/not-very-brave.html
diff --git a/static/robots.txt b/static/robots.txt
new file mode 100644
index 0000000..e9e57dc
--- /dev/null
+++ b/static/robots.txt
@@ -0,0 +1,3 @@
+# https://www.robotstxt.org/robotstxt.html
+User-agent: *
+Disallow:
diff --git a/static/rose.gif b/static/rose.gif
new file mode 100644
index 0000000..b4e9ceb
--- /dev/null
+++ b/static/rose.gif
Binary files differ
diff --git a/static/rose.png b/static/rose.png
new file mode 100644
index 0000000..dcb46f9
--- /dev/null
+++ b/static/rose.png
Binary files differ
diff --git a/static/wilted-flower.gif b/static/wilted-flower.gif
new file mode 100644
index 0000000..d0c5eba
--- /dev/null
+++ b/static/wilted-flower.gif
Binary files differ