diff --git a/Pages/awards.html b/Pages/awards.html index 92b2d73..a729d8d 100644 --- a/Pages/awards.html +++ b/Pages/awards.html @@ -13,6 +13,11 @@ .then((data) => { document.getElementById("navbar").innerHTML = data; }); + fetch("/Pages/socials.html") + .then((response) => response.text()) + .then((data) => { + document.getElementById("socials").innerHTML = data; + }); }); @@ -38,35 +43,6 @@ - +