diff options
author | mono-b <monoblanco@DRAINERDOMAIN.localdomain> | 2022-12-18 23:58:07 -0300 |
---|---|---|
committer | mono-b <monoblanco@DRAINERDOMAIN.localdomain> | 2022-12-18 23:58:07 -0300 |
commit | 476493c61679764b33734512f023a627dcca9ecf (patch) | |
tree | 0db36282ab18c2b8d6eb15efab2eb49ef2eb8de3 /images/bnw |
Diffstat (limited to 'images/bnw')
-rw-r--r-- | images/bnw/campfire1.webp | bin | 0 -> 35138 bytes | |||
-rw-r--r-- | images/bnw/gothicarchitecture1.webp | bin | 0 -> 74682 bytes | |||
-rw-r--r-- | images/bnw/gothicdancer.webp | bin | 0 -> 67002 bytes | |||
-rwxr-xr-x | images/bnw/shuffleimg | 4 |
4 files changed, 4 insertions, 0 deletions
diff --git a/images/bnw/campfire1.webp b/images/bnw/campfire1.webp Binary files differnew file mode 100644 index 0000000..60a156e --- /dev/null +++ b/images/bnw/campfire1.webp diff --git a/images/bnw/gothicarchitecture1.webp b/images/bnw/gothicarchitecture1.webp Binary files differnew file mode 100644 index 0000000..92aa309 --- /dev/null +++ b/images/bnw/gothicarchitecture1.webp diff --git a/images/bnw/gothicdancer.webp b/images/bnw/gothicdancer.webp Binary files differnew file mode 100644 index 0000000..9b16489 --- /dev/null +++ b/images/bnw/gothicdancer.webp 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">" |