From e2c6cec7f2f3457890b1005835b79698f8bf4fb8 Mon Sep 17 00:00:00 2001 From: simonporte <32496803+simonporte@users.noreply.github.com> Date: Tue, 7 Sep 2021 18:22:56 +0200 Subject: [PATCH 1/2] Typo search engine --- assets/js/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/search.js b/assets/js/search.js index 7d3cc76..c2f43b2 100755 --- a/assets/js/search.js +++ b/assets/js/search.js @@ -97,7 +97,7 @@ function search(text) { var option = text.substr(1); switch (option) { case "d": - window.location = "https://www.dukduckgo.com"; + window.location = "https://www.duckduckgo.com"; break; case "y": window.location = "https://www.youtube.com"; From 7751121f2867760f42723586efe1373e8c3de730 Mon Sep 17 00:00:00 2001 From: simonporte <32496803+simonporte@users.noreply.github.com> Date: Tue, 7 Sep 2021 18:23:18 +0200 Subject: [PATCH 2/2] HTML tag fix --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index e5089cd..db3e89f 100755 --- a/index.html +++ b/index.html @@ -60,7 +60,7 @@