I want to make a basic website to show some people and was thinking of hosting with heroku as its has been pretty good for other things.
However, I wasn't sure what to put in the procfile to just be able to have a html webpage show at https://appname.heroku.com. I tried googling it but all I was able to find was node.js stuff, and I don't want to have to get into that. All I really need is the command to put in the procfile.
If you have anything to contribute please add it here, and thank you if you already have.
Have in mind if it is a static page, I don't recommend you heroku. Instead upload it to both vercel or github pages because heroku has a limit of deployments and after 30 minutes of inactivity yo get the server sleeping so the next time you open the app, you will late a bit... Moreover, both vercel and github pages have https
By the other hand with vercel you can create an app from a repo, that means that you can to link an app with a repo so each time you make a push, the app in vercel gets deployed automatically (is the method I use)