issues
search
samdutton
/
simpl
Simplest possible examples of HTML, CSS and Javascript:
https://simpl.info
Apache License 2.0
5.19k
stars
1.64k
forks
source link
Add new HTML Template Element example with header and footer
#189
Closed
TeerthTejani26
closed
3 months ago
TeerthTejani26
commented
3 months ago
Created a new example demonstrating the HTML
element.
Added index.html with a button to add list items using the template.
Included header and footer to match the site style.
Updated main.css to include styles for the header and footer.
Added main.js to handle the dynamic addition of list items.
samdutton
commented
3 months ago
Thanks!