mirror of
https://0xacab.org/anarsec/anarsec.guide.git
synced 2025-06-11 16:22:56 -04:00
Initial commit
This commit is contained in:
commit
4ab7e7262f
147 changed files with 7847 additions and 0 deletions
12
content/search/_index.md
Normal file
12
content/search/_index.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
+++
|
||||
title = "Search"
|
||||
sort_by = "date"
|
||||
paginate_by = 5
|
||||
+++
|
||||
<br><center>
|
||||
The search feature is powered by DuckDuckGo -- a search engine that respects user privacy.
|
||||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue