diff --git a/images/favicon.png b/images/favicon.png new file mode 100644 index 0000000..e8135a7 Binary files /dev/null and b/images/favicon.png differ diff --git a/index.html b/index.html index 4d1bbf7..55c27c9 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ - + Internet Machine. @@ -13,6 +13,8 @@ + + @@ -43,5 +45,6 @@ + diff --git a/js/machine.js b/js/machine.js index 647923b..19b14bb 100644 --- a/js/machine.js +++ b/js/machine.js @@ -38,7 +38,7 @@ const configuration = { graterTravel: 69, chainSpeed: 0.5, grateStrength: 0.01, - defaultUrl: "/example.html", + defaultUrl: "/wiki/Machine", }; // App State ///////////////////////////////////////////////////////////////////