mirror of
https://github.com/Stone-Red-Code/Stone-Red-Code.github.io.git
synced 2026-09-04 09:06:28 +02:00
Addad more quotes
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user