Build and host simple websites with… CodePen?
Your sidebar. Whatever files you need.
Web Design 101. You have a homepage and a contact page. Your `index.html` links to `contact.html` with a anchor link. That works exactly as you think it would in the CodePen Project Editor.
Everything works exactly as you would expect in developing a website with a local file system and simple web server. Relative file paths to your images? No problem. @import in your CSS? Do it. Ajax requests? Sure thing. Nested folders? Got ’em.
Read more from the source: codepen.io