A service finding icons on web sites

Get Favicon

{{ with .Error }}
{{ .}}
{{ end }}

Favicon for {{ .Host }}

Icon link: http://icons.better-idea.org/icon?url={{ .URL }}&size=120

{{ if ((len .Icons) ne 0) }}

More Icons on {{ .Host }}

{{range .Icons}} {{end}}
Size URL Type
{{.Width}}x{{.Height}} {{.URL}} {{.Format}}

JSON representation: http://icons.better-idea.org/allicons.json?url={{ .URL }}.

{{ end }}