Personal I have two external files called header.html and footer html containing headers and footers of a website, with menus and etc. I need to include these external files in the pages of the site without the use of PHP.
There's something like:
<?php require_once("include/header.html"); ?>
Making use of javascript or otherwise that is Client-side and not Server-side as in other answers?