From 3d54789abb68a82bde46e9f0b96161313cdb08a4 Mon Sep 17 00:00:00 2001 From: tskv2005-code Date: Tue, 24 Mar 2026 11:31:18 +0100 Subject: [PATCH 1/2] add html and css file --- app.css | 0 index.html | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 app.css create mode 100644 index.html diff --git a/app.css b/app.css new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html new file mode 100644 index 0000000..e69de29 From 8d42a57c0f5d56ba6897e844f9cae720b1f3bf5a Mon Sep 17 00:00:00 2001 From: tskv2005-code Date: Tue, 24 Mar 2026 11:33:37 +0100 Subject: [PATCH 2/2] delete html and add js --- index.html => app.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename index.html => app.js (100%) diff --git a/index.html b/app.js similarity index 100% rename from index.html rename to app.js