Home
Template Summary
- Easy to use. There are comments throughout the HTML
- Responsive design. Mobile and desktop friendly
- Search engine optimised. Semantic tags are used, such as <header>, <main>, <footer>, etc
- HTML5 compliant
- No JavaScript used, so it is not a dependency
Instructions
Open up index.html and find the things you want to change. So for example if you wanted to change the title, you would look for Site "Title".
To change page content, look for:
<!-- PAGE SPECIFIC CONTENT START -->
in the HTML. Delete everything in between that and:
<!-- PAGE SPECIFIC CONTENT END -->
...then start putting in your own HTML!
Examples
Visit the Example Page or Example Contact page to see some example HTML!