summaryrefslogtreecommitdiff
path: root/images/bnw
diff options
context:
space:
mode:
Diffstat (limited to 'images/bnw')
-rw-r--r--images/bnw/campfire1.webpbin0 -> 35138 bytes
-rw-r--r--images/bnw/gothicarchitecture1.webpbin0 -> 74682 bytes
-rw-r--r--images/bnw/gothicdancer.webpbin0 -> 67002 bytes
-rwxr-xr-ximages/bnw/shuffleimg4
4 files changed, 4 insertions, 0 deletions
diff --git a/images/bnw/campfire1.webp b/images/bnw/campfire1.webp
new file mode 100644
index 0000000..60a156e
--- /dev/null
+++ b/images/bnw/campfire1.webp
Binary files differ
diff --git a/images/bnw/gothicarchitecture1.webp b/images/bnw/gothicarchitecture1.webp
new file mode 100644
index 0000000..92aa309
--- /dev/null
+++ b/images/bnw/gothicarchitecture1.webp
Binary files differ
diff --git a/images/bnw/gothicdancer.webp b/images/bnw/gothicdancer.webp
new file mode 100644
index 0000000..9b16489
--- /dev/null
+++ b/images/bnw/gothicdancer.webp
Binary files differ
diff --git a/images/bnw/shuffleimg b/images/bnw/shuffleimg
new file mode 100755
index 0000000..76d2e47
--- /dev/null
+++ b/images/bnw/shuffleimg
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+img=$(ls *.webp | shuf -n 1 | sed "s/^//")
+echo "<img src="/images/bnw/$img" alt="random stable-diffusion art">"