Upload website

This commit is contained in:
2025-09-29 11:24:54 +02:00
parent 337fb757d5
commit 7fa3715aec
82 changed files with 11586 additions and 2 deletions

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "janishutz.com",
"version": "1.0.0",
"main": "build.js",
"scripts": {
"build": "node build.js"
},
"author": "Janis Hutz",
"license": "ISC",
"description": ""
}