diff options
Diffstat (limited to 'templates/web/angus/angus_search.html')
-rw-r--r-- | templates/web/angus/angus_search.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/web/angus/angus_search.html b/templates/web/angus/angus_search.html new file mode 100644 index 000000000..f519b8f4f --- /dev/null +++ b/templates/web/angus/angus_search.html @@ -0,0 +1,6 @@ +<form action="//www.angus.gov.uk/site/scripts/google_results.aspx" method="get" id="search" class="form form__search"> + <div> + <input size="18" maxlength="40" class="field" name="q" id="SearchSite" placeholder="Explore Angus Council" type="text"> + <input value="Search" class="button button__primary" type="submit"> + </div> +</form> |