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 @@ - -
-