Initial commit

This commit is contained in:
2025-10-23 22:15:21 +02:00
commit 55f963d98b
12 changed files with 279 additions and 0 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"name": "landing-page",
"version": "1.0.0",
"description": "",
"main": "html/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"private": true
}