first commit

This commit is contained in:
2025-05-22 22:27:31 +02:00
commit e67afd2957
55 changed files with 3522 additions and 0 deletions

12
.vscode/sftp.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "inwestprofil.it",
"host": "inwestprofil.pl",
"protocol": "ftp",
"port": 21,
"username": "it@inwestprofil.it",
"password": "xkO9OBdG8DgQNUr97u",
"remotePath": "/public_html",
"uploadOnSave": false,
"useTempFile": false,
"openSsh": false
}