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