diff options
author | sijanec <anton@sijanec.eu> | 2021-04-07 23:15:16 +0200 |
---|---|---|
committer | sijanec <anton@sijanec.eu> | 2021-04-07 23:15:16 +0200 |
commit | a19e3705a228735eacadd713b28d49fe33bb726b (patch) | |
tree | 9c5fd6e62a24e7f893686b45da15ecda91b41a58 /src/hp.html | |
parent | fuck (diff) | |
download | sear.c-0.0.11.tar sear.c-0.0.11.tar.gz sear.c-0.0.11.tar.bz2 sear.c-0.0.11.tar.lz sear.c-0.0.11.tar.xz sear.c-0.0.11.tar.zst sear.c-0.0.11.zip |
Diffstat (limited to 'src/hp.html')
-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> |