pyratestart

startpage
git clone git://git.pyratebeard.net/pyratestart.git
Log | Files | Refs | README

commit 72e0d7448f64c98f0e0284b0e803225f1209a9d2
parent f6446ec19cc74a7bd685ac95ef2b7a84dd0378d3
Author: pyratebeard <root@pyratebeard.net>
Date:   Wed, 26 Aug 2020 21:41:15 +0100

changed search engine

Diffstat:
Mindex.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html @@ -8,7 +8,7 @@ <div class="container"> <div class="section"> <div id="search"> - <form action="https://duckduckgo.com/?q=" method="get" name="frmSearch"> + <form action="https://searx.be/?q=" method="get" name="frmSearch"> <input type="text" id="find" name="q" placeholder="searching..." autofocus> </form> </div>