init
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
////views\newsPages\newsArticle2\newsArticle2.js
|
||||
// Load footer
|
||||
fetch("components/footer/footer.html")
|
||||
.then((response) => response.text())
|
||||
.then((data) => {
|
||||
document.getElementById("footer").innerHTML = data;
|
||||
});
|
||||
Reference in New Issue
Block a user