mirror of
https://0xacab.org/anarsec/anarsec.guide.git
synced 2025-08-10 15:30:36 -04:00
pt strings
This commit is contained in:
parent
c77d0b0763
commit
7fb813d209
13 changed files with 193 additions and 174 deletions
|
@ -1,15 +1,15 @@
|
|||
+++
|
||||
title = "Search"
|
||||
title = "Busca"
|
||||
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">A ferramenta de busca faz buscas externas com a engine 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="Busca">
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue