From 5a3a0bb35e55294ab84fd8b759c637a0f1aeea82 Mon Sep 17 00:00:00 2001 From: pommicket Date: Thu, 15 Aug 2024 21:03:12 -0400 Subject: favicon --- favicon.png | Bin 0 -> 19510 bytes game.html | 2 +- index.html | 11 +++++++++-- upload.sh | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 favicon.png diff --git a/favicon.png b/favicon.png new file mode 100644 index 0000000..383af19 Binary files /dev/null and b/favicon.png differ diff --git a/game.html b/game.html index b94d6a8..2c0a5d2 100644 --- a/game.html +++ b/game.html @@ -5,7 +5,7 @@ jigsaw - + diff --git a/index.html b/index.html index 04ad189..1a0af50 100644 --- a/index.html +++ b/index.html @@ -2,12 +2,19 @@ + jigsaw - + - +

jigsaw

diff --git a/upload.sh b/upload.sh index 42d1483..0fdc6b4 100755 --- a/upload.sh +++ b/upload.sh @@ -6,7 +6,7 @@ RCLONE_DEST=${RCLONE_DEST:-linode:/s.pommicket.com/jigsaw} # server user+hostname REMOTE=${REMOTE:-jigsaw@pommicket.com} -for file in *.html *.js *.css *.mp3; do +for file in *.html *.js *.css *.mp3 favicon.png; do echo "upload $file" rclone copy --s3-acl=public-read $file $RCLONE_DEST || exit 1 done -- cgit v1.2.3