-
Notifications
You must be signed in to change notification settings - Fork 833
/
Copy pathsearch.html
31 lines (29 loc) · 969 Bytes
/
search.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<div class="widget news">
<h3>News: <a href="/blog/2024/12/19/elixir-v1-18-0-released/">Elixir v1.18 released</a></h3>
</div>
<div class="widget search">
<form
method="post"
role="search"
id="search-form"
class="search-form"
action="https://duckduckgo.com/?kg=p"
onsubmit="document.getElementById('searchq').value = document.getElementById('searchfield').value + ' (site:elixir-lang.org | site:hexdocs.pm/elixir | site:hexdocs.pm/mix | site:hexdocs.pm/eex | site:hexdocs.pm/logger | site:hexdocs.pm/iex | site:hexdocs.pm/ex_unit)'; return true;"
>
<input type="hidden" id="searchq" name="q" value="" aria-hidden="true" />
<input
class="search-text"
type="search"
placeholder="Search..."
id="searchfield"
aria-label="Search box"
/>
<input
class="search-submit button"
name="submit"
type="submit"
value="Search"
aria-label="Search button"
/>
</form>
</div>