diff --git a/404.html b/404.html new file mode 100644 index 0000000..e329608 --- /dev/null +++ b/404.html @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + Commit Mono. Neutral programming typeface. + + + + + +

404

+

page not found

+
+ Press ENTER to go to home page. + + + diff --git a/src/js/utility_functions.js b/src/js/utility_functions.js index d6dc802..0b2746b 100644 --- a/src/js/utility_functions.js +++ b/src/js/utility_functions.js @@ -60,7 +60,7 @@ function appendStyleSheets() { console.log(`${stylesheet} CSS loaded`) clearInterval(checkCssLoadIntervalIDs[index]) checkCssLoadIntervalIDs[index] = null - if (index == stylesheetIndexes.length - 1) { + if (index == 3) { allCssLoaded = true console.log("ALL CSS LOADED") }