From 1349bbf8bc1889f926b13b74c31ffeeb2bffac3d Mon Sep 17 00:00:00 2001 From: sureshchouksey8 Date: Sun, 17 Aug 2025 22:35:23 +0530 Subject: [PATCH 1/3] Update index.html --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 53646a4..1aeb880 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ EV Cost Advisor — India + - - -
-
-
EV Cost Advisor — India
-
EV Cost Advisor — India · build-2025-08-17-IST-22:05
-
Compare per‑day EV vs petrol • Pick a model → smart calculator
-
-
- - - - -
-
-
- -
- - -
- -
-
-
-
- - -
- - -
- - -
-
-
-

-
-
-
- - - - - - -
-
- -
-
-
₹—
-
COST PER DAY (EV)
-
-
-
₹—
-
COST PER DAY (PETROL)
-
-
- - -

Kitna Chalaoge / Daily drive (km)

- -
- -

Kitne Din / Days per month

- -
- - - -
- -
-
-
-
EV ₹/km
-
-
-
-
PETROL ₹/km
-
-
- -
-
-
₹—
-
Monthly running cost (EV)
-
-
-
₹—
-
Monthly running cost (Petrol)
-
-
- -
-
-
-
—%
-
-
Savings vs petrol
-
-
-
-
AI verdict (quick)
-
-
- - - - - - -
- - - - +https://68a225788493ac70891871a6--evcost.netlify.app/ \ No newline at end of file diff --git a/index.html.bak b/index.html.bak new file mode 100644 index 0000000..07b7bd5 --- /dev/null +++ b/index.html.bak @@ -0,0 +1,447 @@ + + + + + + +EV Cost Advisor — India + + + + +
+
+
EV Cost Advisor — India
+
EV Cost Advisor — India · build-2025-08-17-IST-22:05
+
Compare per‑day EV vs petrol • Pick a model → smart calculator
+
+
+ + + + +
+
+
+ +
+ + +
+ +
+
+
+
+ + +
+ + +
+ + +
+
+
+

+
+
+
+ + + + + + +
+
+ +
+
+
₹—
+
COST PER DAY (EV)
+
+
+
₹—
+
COST PER DAY (PETROL)
+
+
+ + +

Kitna Chalaoge / Daily drive (km)

+ +
+ +

Kitne Din / Days per month

+ +
+ + + +
+ +
+
+
+
EV ₹/km
+
+
+
+
PETROL ₹/km
+
+
+ +
+
+
₹—
+
Monthly running cost (EV)
+
+
+
₹—
+
Monthly running cost (Petrol)
+
+
+ +
+
+
+
—%
+
+
Savings vs petrol
+
+
+
+
AI verdict (quick)
+
+
+ + + + + + +
+ + + + diff --git a/package.json b/package.json index c3caf69..fd9e84f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "module", "engines": { "node": ">=18" }, "scripts": { - "build": "echo \"no build (static)\"" + "build": "node -e \"console.log('static site — no build step')\"" }, "dependencies": { "openai": "^4.57.0"