If it's just going to be a static website (ie. no user login or sessions or fancy functionality etc.), you can just use GitHub pages powered by jekyll. It's free.
You would store your HTML code in your GitHub repo (which you should) and using GitHub pages, you'd automatically get a website for...