Hi there,
I have a GitHub directory with 2 .html files in the root. One index.html and a contact.html
When on the homepage, it just shows the site url, which is what I want (like this: example .com).
But when going to the contact page from the homepage the path is example .com/contact.html . How can I make the path example .com/contact ?
Thanks.