diff --git a/legacy.html b/legacy.html index 3061dec..82597b7 100644 --- a/legacy.html +++ b/legacy.html @@ -130,7 +130,11 @@ function showAbout(event) { const section = temp.querySelector("#aboutSection"); target.innerHTML = section - ? section.innerHTML + ? ` +
Missing #aboutSection in about.html
"; }) .catch(err => { @@ -138,17 +142,6 @@ function showAbout(event) { target.innerHTML = "Error loading page
"; }); } - -function showCode(event) { - if (event) event.preventDefault(); - - document.getElementById("content").innerHTML = ` -Project repositories and experiments will be listed here.
-diff --git a/legacy_about.html b/legacy_about.html deleted file mode 100644 index ec54bdf..0000000 --- a/legacy_about.html +++ /dev/null @@ -1,50 +0,0 @@ - - -
- -
- - - - -
-