Addad more quotes

This commit is contained in:
Stone-Red-Code
2021-01-06 23:32:08 +01:00
parent dd6ab311d8
commit 9dcd5840b7
8 changed files with 105 additions and 55 deletions
+7 -1
View File
@@ -4,4 +4,10 @@ $.get("footer.html", function (data) {
$.get("nav.html", function (data) {
$("#nav-placeholder").replaceWith(data);
});
});
$.get("header.html", function (data) {
$("#header-placeholder").replaceWith(data);
document.getElementById('header-title').innerHTML = document.querySelector('title').textContent;
});