include.js
Copyright 2016, Morgan McGuire @CasualEffects, http://casual-effects.com
MIT License
Adds a client-side include statement for HTML. To use:
- Put
<script src="proxy.php?url=include.min.js"></script>in both the parent and child documents - Use
<include src="proxy.php?url=child.html"></include>wherever you want to include another document
see the website for details.