htmlincludejs
v1.0.0
Published
A simple script allowing you to include html files inside of html
Downloads
1,531
Maintainers
Readme
HTML Include
A simple script to add HTML includes inside of your HTML 🔮
Simple example:
<include src="./nav.html"></include>
You'll also need to include the script and you'll also need to have a file in the same directory named nav.html
, and it will include that HTML file inside of your page 😉