LibreY

- privacy respecting meta search engine
git clone git://git.acid.vegas/LibreY.git
Log | Files | Refs | Archive | README | LICENSE

commit a1270a54152c569e2a519d6cbb4f1f132c6c8eda
parent 58983fed5b9cebba494bb625ac7fd9fc15ae50a5
Author: acidvegas <acid.vegas@acid.vegas>
Date: Sun, 17 Sep 2023 00:00:44 -0400

Modified search button to say surfs up

Diffstat:
Mindex.php | 2+-

1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.php b/index.php
@@ -10,7 +10,7 @@
                 <input type="hidden" name="t" value="0"/>
                 <input type="submit" class="hide"/>
                 <div class="search-button-wrapper">
-                    <button name="t" value="0" type="submit">S E A R C H</button>
+                    <button name="t" value="0" type="submit">Surfs Up 🏄‍♂️🌊</button>
                 </div>
         </form>
 <?php require "misc/footer.php"; ?>