2023-03-17 20:49:55 -04:00

4 lines
127 B
JavaScript

$(document).ready(function(){
$("#header").load("../Views/header.html");
$("#footer").load("../Views/footer.html");
});