-
Notifications
You must be signed in to change notification settings - Fork 0
/
opensearch.xml
11 lines (11 loc) · 884 Bytes
/
opensearch.xml
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="UTF-8"?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/"
xmlns:moz="http://www.mozilla.org/2006/browser/search/">
<ShortName>Web development for beginners</ShortName>
<Description>Search Web development for beginners</Description>
<InputEncoding>UTF-8</InputEncoding>
<Image width="16" height="16" type="image/x-icon">https://ezinneanne.github.io/web-development-for-beginners/img/favicon.ico</Image>
<Url type="text/html" method="get" template="https://ezinneanne.github.io/web-development-for-beginners/search?q={searchTerms}"/>
<Url type="application/opensearchdescription+xml" rel="self" template="https://ezinneanne.github.io/web-development-for-beginners/opensearch.xml" />
<moz:SearchForm>https://ezinneanne.github.io/web-development-for-beginners/</moz:SearchForm>
</OpenSearchDescription>