diff --git a/index.js b/index.js index ff2d85d..16bf3cb 100644 --- a/index.js +++ b/index.js @@ -12,7 +12,7 @@ app.use(express.json()); app.use(express.urlencoded({ extended: true })); app.get("/", (req, res) => { - res.status(404).json({ error: 'Not found' }); + res.sendFile(__dirname + "/static/index.html"); }); // Add your routes and middleware here diff --git a/static/index.html b/static/index.html new file mode 100644 index 0000000..88dfe54 --- /dev/null +++ b/static/index.html @@ -0,0 +1,85 @@ + + + +
+ + +