Node.js + Express without using Jade June 8, 2023 by Tarik Yes, app.get("https://stackoverflow.com/", function(req, res){ res.render('index.html'); }); should just work