A review of my template - At the moment I have the name of my website hard-coded in the header and footer of the page. My intention here is to use a DOM Manipulation to set this dynamically from the linked Javascript file. That way I can make the template more generic and change all the headers and footers on all pages by making a chnge in a single file.
This will have to be somewhat "transitional" as I have no intention of changing all of my existing pages. It will be good for a template for the generation of new websites should that ever happen!
Slight delay on loading
There seems to be one as compared to hardcoded text in the template.
Make the change to _botresp.html and see how it looks on new pages.
Links
- Template - My original page
- Creating a new page from the template
- DIY - doing it all yourself
External Sources
- The HTML DOM - 🔗