el strings

This commit is contained in:
anarsec 2024-11-25 12:30:23 -05:00
parent b186d25403
commit 1c7c1c6649
No known key found for this signature in database
12 changed files with 68 additions and 49 deletions

View file

@ -1,15 +1,15 @@
+++
title = "Search"
title = "Αναζήτηση"
sort_by = "date"
paginate_by = 5
+++
<br>
<p style="text-align:center">The search feature uses the external search engine DuckDuckGo.</p>
<p style="text-align:center">Η δυνατότητα αναζήτησης χρησιμοποιεί την εξωτερική μηχανή αναζήτησης DuckDuckGo.</p>
<div class="columns is-centered">
<form action="https://duckduckgo.com/" method="get">
<input type="hidden" name="sites" value="anarsec.guide">
<input type="search" name="q">
<input type="submit" value="Search">
<input type="submit" value="Αναζήτηση">
</form>
</div>