diff --git a/legacy_about.html b/legacy_about.html index 10418f5..ec54bdf 100644 --- a/legacy_about.html +++ b/legacy_about.html @@ -16,36 +16,35 @@ - - + target.innerHTML = section + ? section.innerHTML + : "

About

Failed to load content

"; + }) + .catch(err => { + console.error(err); + target.innerHTML = "

About

Error loading page

"; + }); +}); +