From b3a577d6de9cd59eac12333957e0cbeebd07c48f Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Wed, 16 Mar 2022 21:44:34 +0100 Subject: [PATCH] wip: add gif --- public/assets/css/wrongplace.css | 16 ++++++++++++++++ public/assets/media/wrongplace.gif | Bin 0 -> 673 bytes public/error.html | 13 +++---------- 3 files changed, 19 insertions(+), 10 deletions(-) create mode 100644 public/assets/css/wrongplace.css create mode 100644 public/assets/media/wrongplace.gif diff --git a/public/assets/css/wrongplace.css b/public/assets/css/wrongplace.css new file mode 100644 index 0000000..9c9c0ff --- /dev/null +++ b/public/assets/css/wrongplace.css @@ -0,0 +1,16 @@ +html, +body { + height: 100%; + margin: 0; + background-color: blue; + display: grid; + align-content: center; + justify-content: center; + user-select: none; +} + +img { + width: clamp(20px, 50vh, 80vw); + image-rendering: pixelated; + pointer-events: none; +} \ No newline at end of file diff --git a/public/assets/media/wrongplace.gif b/public/assets/media/wrongplace.gif new file mode 100644 index 0000000000000000000000000000000000000000..5c85835601c4eefdcd4a019cbb15ed07a99daa62 GIT binary patch literal 673 zcmV;S0$%+`Nk%w1VY&c10B`^RA^8LW00031EC2ui0J;D=0D=Gi{{R300000000092 zjE||y?GGIQYQ~GR-n{!CScwRh=82~2%C_zc$MQ_q_KoNI&g;|v>j{S|ppimMDmTFq zX$g%wk(H{4{98_pKMeX%HOMt4D)eLWKtJm6K2oRl|$_=?cyp z$Z;KpgCX<11L%<laW-QiCexHjC!dsXieRI*T@~+O=%g(7S5Yrpka1%uJk6k9BR)Gvu#-alO?j zao=*-qDZQ?NS8@%mJ~i8g`SnP@bew)Mjwqae8und7dky1yedOfpf9I#=8epDzM=MC za{pL&-+9Be=3Iib`S%=ci+HyYbKgD0nS;>HMwwFD5h#{`yV-`5h47u|Pk?h-hZ%Kc zfe0go$+f5sQvlXSA~Uf?7MODHs8}I@7=9C5k-CjHU5>c*lU_oE-6-UN7p1r3kvNi9 HMF9Xi)Rj&$ literal 0 HcmV?d00001 diff --git a/public/error.html b/public/error.html index aa66c8f..f607136 100755 --- a/public/error.html +++ b/public/error.html @@ -5,7 +5,7 @@ Victor Westerlund - + @@ -13,16 +13,9 @@ - + -
-
-

there is nothing here

-

and that's all I know

- take me home -> -
-
- +