wip adding php include

This commit is contained in:
Hugo LAMY
2026-03-17 14:09:41 +01:00
parent cd97001cc0
commit 704483f6e6
64 changed files with 1351 additions and 881 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "website_hugulumu",
"version": "1.0.0",
"description": "html validator : https://validator.w3.org/nu",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon --exec 'php -S localhost:8000' --ext php,html"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"nodemon": "^3.1.14"
}
}