From d6bca746751f8c992793a87d5a62c37fa86cd0be Mon Sep 17 00:00:00 2001 From: M1n-0 <145598371+M1n-0@users.noreply.github.com> Date: Thu, 6 Jun 2024 00:54:56 +0200 Subject: [PATCH] color --- app.js | 1 + assets/css/index.css | 6 +++++- html/index.html | 9 --------- index.html | 2 +- 4 files changed, 7 insertions(+), 11 deletions(-) delete mode 100644 html/index.html diff --git a/app.js b/app.js index cf77459..5a4ce54 100644 --- a/app.js +++ b/app.js @@ -14,6 +14,7 @@ app.get('/', (req, res) => { res.sendFile(path.join(__dirname, 'index.html')); }); +// Serve the test.html file at /test URL app.get('/test', (req, res)=> { res.sendFile(path.join(__dirname, '/html/test.html')) }) diff --git a/assets/css/index.css b/assets/css/index.css index 09b5cb2..43f9ab9 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -31,4 +31,8 @@ body { transform: translateX(0); opacity: 1; } - } \ No newline at end of file + } + +.tada{ + color: white; +} \ No newline at end of file diff --git a/html/index.html b/html/index.html deleted file mode 100644 index c946c00..0000000 --- a/html/index.html +++ /dev/null @@ -1,9 +0,0 @@ - - - Test - - - -

Mino

- test - \ No newline at end of file diff --git a/index.html b/index.html index c23db25..b2cdb44 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,6 @@

Mino

-

si tu vois ça c'est que ça marche

+

si tu vois ça c'est que ça marche

test \ No newline at end of file