Made it better

This commit is contained in:
Stone-Red-Code
2021-01-05 19:21:22 +01:00
parent 9a951b03c4
commit dd6ab311d8
5 changed files with 18 additions and 38 deletions
+7
View File
@@ -0,0 +1,7 @@
$.get("footer.html", function (data) {
$("#footer-placeholder").replaceWith(data);
});
$.get("nav.html", function (data) {
$("#nav-placeholder").replaceWith(data);
});