Website overhaul

This commit is contained in:
sageTheDM 2025-09-21 23:37:16 +02:00
parent cd401ee5b6
commit 4cb566828a
71 changed files with 1999 additions and 4058 deletions

18
package.json Normal file
View file

@ -0,0 +1,18 @@
{
"name": "photofuel.tech",
"version": "1.0.0",
"description": "",
"main": "index.html",
"scripts": {
"start": "http-server"
},
"repository": {
"type": "git",
"url": "ssh://git@interstellardevelopment.org/sageTheDm/KSSM293.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"bootstrap": "^5.3.7"
}
}