diff options
Diffstat (limited to '')
-rw-r--r-- | static/bvg.png | bin | 0 -> 6984 bytes | |||
-rwxr-xr-x | static/deobfuscate.sh | 17 | ||||
-rw-r--r-- | static/favicon.gif (renamed from favicon.gif) | bin | 1822809 -> 1822809 bytes | |||
-rw-r--r-- | static/huh.jpg (renamed from huh.jpg) | bin | 23872 -> 23872 bytes | |||
-rw-r--r-- | static/me.png | bin | 0 -> 108139 bytes | |||
-rw-r--r-- | static/not-very-brave.html (renamed from not-very-brave.html) | 0 | ||||
-rw-r--r-- | static/robots.txt | 3 | ||||
-rw-r--r-- | static/rose.gif | bin | 0 -> 644180 bytes | |||
-rw-r--r-- | static/rose.png | bin | 0 -> 10403 bytes | |||
-rw-r--r-- | static/wilted-flower.gif | bin | 0 -> 479385 bytes |
10 files changed, 20 insertions, 0 deletions
diff --git a/static/bvg.png b/static/bvg.png Binary files differnew file mode 100644 index 0000000..b10c869 --- /dev/null +++ b/static/bvg.png 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 Binary files differBinary files differindex b2ca4e4..b2ca4e4 100644 --- a/favicon.gif +++ b/static/favicon.gif diff --git a/static/me.png b/static/me.png Binary files differnew file mode 100644 index 0000000..72c0f8c --- /dev/null +++ b/static/me.png 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 Binary files differnew file mode 100644 index 0000000..b4e9ceb --- /dev/null +++ b/static/rose.gif diff --git a/static/rose.png b/static/rose.png Binary files differnew file mode 100644 index 0000000..dcb46f9 --- /dev/null +++ b/static/rose.png diff --git a/static/wilted-flower.gif b/static/wilted-flower.gif Binary files differnew file mode 100644 index 0000000..d0c5eba --- /dev/null +++ b/static/wilted-flower.gif |