so if team is a page that you want to add to the app, you’ll have to add some code to your server.js file (if that’s what it’s called, it looks like your app is private so i cannot view the source).
…i have a team.html file that i want to send when a user goes to my app /team.html. there is nodejs code there that tells the server what to do (send team.html) when the user goes to that url.
since the app is generated by glitch, you probably have a /views folder. i tend to put my html files in there (you can rename team.html to views/team.html) and tell node to send (for example) __dirname + '/views/team.html