diff --git a/run.sh b/run.sh index b422cea..d4f0c24 100755 --- a/run.sh +++ b/run.sh @@ -1,3 +1,3 @@ #!/bin/bash -$ go run main.go text-google.go images.go imageproxy.go video.go \ No newline at end of file +go run main.go text-google.go images.go imageproxy.go video.go map.go \ No newline at end of file diff --git a/templates/images.html b/templates/images.html index 2f38aab..189cbff 100644 --- a/templates/images.html +++ b/templates/images.html @@ -5,6 +5,9 @@ {{.Query}} - Ocásek +
@@ -31,10 +34,12 @@ +
+
@@ -109,5 +114,10 @@
No results found for '{{ .Query }}'. Try different keywords.
{{ end }}
+ + \ No newline at end of file diff --git a/templates/text.html b/templates/text.html index 461861f..4a5749d 100644 --- a/templates/text.html +++ b/templates/text.html @@ -31,10 +31,12 @@ +
+
@@ -70,5 +72,10 @@
No results found for '{{ .Query }}'. Try different keywords.
{{end}}
+ + diff --git a/templates/videos.html b/templates/videos.html index 3f1fb07..7c592aa 100644 --- a/templates/videos.html +++ b/templates/videos.html @@ -31,10 +31,12 @@ +
+
@@ -64,5 +66,10 @@ {{ else }}
No results found for '{{ .Query }}'. Try different keywords.
> {{ end }} + +