restructure and update logo and device picture

This commit is contained in:
2025-08-25 11:36:34 +02:00
parent 3a90f1646e
commit a8f086a0e6
9 changed files with 45 additions and 8 deletions

View File

@@ -12,9 +12,7 @@ echo "Uploading website files to $USER@$SERVER:$REMOTE_DIR ..."
sshpass -p 'BiLqHib8s5Ag2FmL' sftp -oBatchMode=no -b - $USER@$SERVER <<EOF
cd $REMOTE_DIR
put -r $LOCAL_DIR/index.html
put -r $LOCAL_DIR/favicon.ico
put -r $LOCAL_DIR/logo.png
put -r $LOCAL_DIR/device.png
put -r $LOCAL_DIR/img
bye
EOF