↧
Answer by Leandro Meili for Linking to another html page on Github
Your should use absolute paths:https://<user.name>.github.io/<repo.name>/If your index and about.html is under the root folder then you should type:<a...
View ArticleAnswer by Gabriel Sadaka for Linking to another html page on Github
What you need is a html anchor link, please see this page for details about it: http://www.w3schools.com/html/html_links.aspUse this code to link to your about me page:<a href="about.html"...
View ArticleLinking to another html page on Github
I've tried to search for a solution to this but wasn't quite sure how to phrase my problem in google in a concise way to obtain a solution. I'm rather new to Html and git hub and recently I made my own...
View Article