diff --git a/js/app.js b/js/app.js deleted file mode 100644 index fa79016..0000000 --- a/js/app.js +++ /dev/null @@ -1,13 +0,0 @@ -const express = require('express'); -const path = require('path'); -const app = express(); -const port = 3000; - -// Serve the index.html file at the root URL -app.get('/', (req, res) => { - res.sendFile(path.join(__dirname, '../html/index.html')); -}); - -app.listen(port, '0.0.0.0', () => { - console.log(`App listening at http://localhost:${port}`); -}); diff --git a/js/soon.js b/js/soon.js new file mode 100644 index 0000000..e69de29