From 3593215e7375389a6deea3802796b7476119e0fb Mon Sep 17 00:00:00 2001 From: Robert Scheibe Date: Fri, 20 Dec 2024 15:48:02 +0100 Subject: added buttons on the bottom to skim through the images --- bck.png | Bin 0 -> 504 bytes deploy.sh | 4 +- error.png | Bin 0 -> 7554 bytes fbck.png | Bin 0 -> 548 bytes ffwd.png | Bin 0 -> 500 bytes fwd.png | Bin 0 -> 488 bytes index.html | 139 +++++++++++++++++++++++++++++++++++++------------------------ stop.png | Bin 0 -> 354 bytes 8 files changed, 86 insertions(+), 57 deletions(-) create mode 100644 bck.png create mode 100644 error.png create mode 100644 fbck.png create mode 100644 ffwd.png create mode 100644 fwd.png create mode 100644 stop.png diff --git a/bck.png b/bck.png new file mode 100644 index 0000000..9d469be Binary files /dev/null and b/bck.png differ diff --git a/deploy.sh b/deploy.sh index 47fa800..2f2b6e7 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,4 +1,4 @@ #!/bin/bash set -e -scp index.html robert@waterpi: -ssh robert@waterpi -C 'sudo cp index.html /var/www/html; sudo chown www-data:www-data /var/www/html/index.html' +scp index.html *.png robert@waterpi: +ssh robert@waterpi -C 'sudo cp index.html *.png /var/www/html; sudo chown www-data:www-data /var/www/html/index.html' diff --git a/error.png b/error.png new file mode 100644 index 0000000..345faac Binary files /dev/null and b/error.png differ diff --git a/fbck.png b/fbck.png new file mode 100644 index 0000000..46f3d94 Binary files /dev/null and b/fbck.png differ diff --git a/ffwd.png b/ffwd.png new file mode 100644 index 0000000..4c683d3 Binary files /dev/null and b/ffwd.png differ diff --git a/fwd.png b/fwd.png new file mode 100644 index 0000000..64561d2 Binary files /dev/null and b/fwd.png differ diff --git a/index.html b/index.html index 73afdc8..6686788 100644 --- a/index.html +++ b/index.html @@ -5,11 +5,6 @@ -