Adding landing page

This commit is contained in:
2025-11-21 02:48:52 +00:00
parent c467d805e6
commit 4cb433d76b
48 changed files with 11475 additions and 0 deletions

13
backend/package.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs"
}