From 25d1bbdbc15fb60343f4191e37915f32f0e6458b Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Thu, 22 Jan 2026 13:23:02 +0100 Subject: [PATCH] Add favicon and description --- images/favicon.png | Bin 0 -> 355 bytes index.html | 5 ++++- js/machine.js | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 images/favicon.png diff --git a/images/favicon.png b/images/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..e8135a79bbca9e9fe7a936b1e8307205605576f0 GIT binary patch literal 355 zcmV-p0i6DcP)S5CGum=1&vNA0}cNZ4| zR#H>wp>x?~XFg^YMtpsHfqg=RJp*m7E#1&8X}dzQEKNmq(9-)ilgIJozH6bsM+sAw?#jw58{C)mKpb_w?aIh?$fo)5YGjO#m z4l@Qj04K>J!K&+>*>?_#7Adafw*b)fD#+xKe>sFS_$(-E1dK2Ol%IJxONl1pk2or- zcSg9YWb5F&ba?Os00960)=7}d00006Nkl - + 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 ///////////////////////////////////////////////////////////////////