mirror of
https://0xacab.org/anarsec/anarsec.guide.git
synced 2025-06-30 09:17:36 -04:00
15 lines
421 B
Markdown
15 lines
421 B
Markdown
+++
|
|
title = "Search"
|
|
sort_by = "date"
|
|
paginate_by = 5
|
|
+++
|
|
<br>
|
|
<p style="text-align:center">The search feature is powered by DuckDuckGo -- a search engine that respects user privacy.</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">
|
|
</form>
|
|
</div>
|