diff --git a/conf/httpd.conf b/conf/httpd.conf index 39d042f..280a43d 100644 --- a/conf/httpd.conf +++ b/conf/httpd.conf @@ -294,6 +294,7 @@ DocumentRoot "/usr/local/apache2/htdocs" # Custom # Header add Link "; rel=stylesheet; type=text/css" + Header add Link "; rel=icon; type=image/x-icon" # diff --git a/htdocs/common/ddg.js b/htdocs/common/ddg.js index fc51db2..b0922fc 100644 --- a/htdocs/common/ddg.js +++ b/htdocs/common/ddg.js @@ -4,6 +4,6 @@ const input = document.getElementById("ddg-query"); form.addEventListener("submit", function () { const domain = window.location.hostname; -input.value = "site:" + domain + " " + input.value; +input.value = "site:eom.dev/archive/Mail/raw/" + " " + input.value; }); }; diff --git a/htdocs/donate/index.html b/htdocs/donate/index.html index 47d56ee..a8ef9ee 100644 --- a/htdocs/donate/index.html +++ b/htdocs/donate/index.html @@ -5,7 +5,6 @@ -