diff --git a/README.md b/README.md index 3c06ae2..628c115 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ## What is Yahbingle? -Tired of making the decision as to which of the three most mainstream search engines you should use for your query? Neither am I. But if you are, you can now leave the decision making up to Yahbingle! Yahbingle will choose a search engine at random from Bing, Google and Yahoo to make your search. +Tired of making the decision as to which of the four most mainstream search engines you should use for your query? Neither am I. But if you are, you can now leave the decision making up to Yahbingle! Yahbingle will choose a search engine at random from Bing, Google, DuckDuckGo, and Yahoo to make your search. ## Why? ... diff --git a/index.html b/index.html index 9d1b4a9..1771c0b 100644 --- a/index.html +++ b/index.html @@ -3,8 +3,8 @@ - - + + Yahbingle diff --git a/static/img/yahbingle-icon.png b/static/img/yahbingle-icon.png index 31356a2..f9c62e8 100644 Binary files a/static/img/yahbingle-icon.png and b/static/img/yahbingle-icon.png differ diff --git a/static/img/yahbingle-logo.png b/static/img/yahbingle-logo.png index 5f26c5c..8217024 100644 Binary files a/static/img/yahbingle-logo.png and b/static/img/yahbingle-logo.png differ diff --git a/static/js/main.js b/static/js/main.js index 600f5fb..820ed22 100644 --- a/static/js/main.js +++ b/static/js/main.js @@ -1,5 +1,5 @@ -SEARCH_URLS = ["https://google.com/search?q=","https://bing.com/search?q=","https://search.yahoo.com/search?q="]; +SEARCH_URLS = ["https://google.com/search?q=","https://bing.com/search?q=","https://search.yahoo.com/search?q=","https://duckduckgo.com/?q="]; GOOGLE_SEARCH_URL = "https://google.com/search?q="; function search(){