LibreY- privacy respecting meta search engine |
git clone git://git.acid.vegas/LibreY.git |
Log | Files | Refs | Archive | README | LICENSE |
commit 063b6ea6086657ef4974bfd6677ee96d265d58e7
parent 6c5474c93f0281abdffe506385b999d267e5fb5e Author: Castor <whoisyoges@castorisdead.xyz> Date: Thu, 31 Aug 2023 10:12:23 +0545 `Updated:` spacing between instance list and footer. Diffstat:
|
1 file changed, 2 insertions(+), 1 deletion(-) |
diff --git a/instances.php b/instances.php @@ -44,7 +44,7 @@ <title>LibreY - instances</title> </head> <body> - + <div class="misc-container"> <center> <h2>Libre<span class="Y">Y</span> instances</h2> <?php @@ -56,6 +56,7 @@ list_instances($librex_instances); ?> </center> + </div> <?php require "misc/footer.php"; ?> |