My dahsboard doesnt run on node app

I have a Discord Bot and I make the dashboard site in ejs for bot but when i open the site that give me error called : HTTP ERROR 404 and I dont know how to solve this please help
my project site http://windbot.glitch.me

You have those dashboard files in your project, but you haven’t created a web server in your bot.js file to serve them so it doesn’t know they exist, resulting in the 404. You’d want to look into using Express with ejs, for example https://robdodson.me/how-to-use-ejs-in-express/