diff options
Diffstat (limited to '')
-rw-r--r-- | src/hp.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/hp.html b/src/hp.html index 18169da..6bb15db 100644 --- a/src/hp.html +++ b/src/hp.html @@ -58,6 +58,9 @@ .result p { margin-top: 0.314159265358em; } + .result img { + height: 10em; + } </style> </head> <body> @@ -65,7 +68,7 @@ <input accesskey=4 type=text name=q value="%s" placeholder="sear.c ..." /> <!-- see www.standardaccesskeys.com --> <input type=submit value=🔍 /> <!-- magnifying glass emoji --> <input type=submit name=f value=Ʊ /> <!-- horseshoe unicode character --> - <input type=submit name=i value=🖼 hidden=hidden /> <!-- framed picture emoji - img search not implemented --> + <input type=submit name=i value=🖼 /> <!-- framed picture emoji - img search --> <input type=submit name=v value=🎬 hidden=hidden /> <!-- that thing they use in movies - vid search N/I --> </form> <h3> |