summaryrefslogtreecommitdiffstats
path: root/src/hp.html
diff options
context:
space:
mode:
authorsijanec <anton@sijanec.eu>2021-04-01 23:30:37 +0200
committersijanec <anton@sijanec.eu>2021-04-01 23:30:37 +0200
commit579048eaf89784ec1da8592d96311fafd49aea1a (patch)
tree61bf0c50c656f2b16ed8901ec3b07fb468ffb916 /src/hp.html
downloadsear.c-579048eaf89784ec1da8592d96311fafd49aea1a.tar
sear.c-579048eaf89784ec1da8592d96311fafd49aea1a.tar.gz
sear.c-579048eaf89784ec1da8592d96311fafd49aea1a.tar.bz2
sear.c-579048eaf89784ec1da8592d96311fafd49aea1a.tar.lz
sear.c-579048eaf89784ec1da8592d96311fafd49aea1a.tar.xz
sear.c-579048eaf89784ec1da8592d96311fafd49aea1a.tar.zst
sear.c-579048eaf89784ec1da8592d96311fafd49aea1a.zip
Diffstat (limited to 'src/hp.html')
-rw-r--r--src/hp.html49
1 files changed, 49 insertions, 0 deletions
diff --git a/src/hp.html b/src/hp.html
new file mode 100644
index 0000000..64da49d
--- /dev/null
+++ b/src/hp.html
@@ -0,0 +1,49 @@
+<!DOCTYPE html>
+<html lang=sl>
+ <!-- this file is a printf format. be sure to escape percent signs with percent percent. -->
+ <!-- this format requires the following types (in order): query string, query string, result info string, results html string -->
+ <head>
+ <meta charset=UTF-8 />
+ <title>
+ %s :: sear.c
+ </title>
+ <link rel=stylesheet href=//sijanec.eu/assets/css/styles.css?ref=sear.c /> <!-- TODO: direktno vstavljanje v dokument -->
+ <link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon"> <!-- prevents favicon lookups -->
+ <link rel="icon" href="data:;base64,iVBORw0KGgo=">
+ <style>
+ input[type=password], input[type=text], input[type=submit], input[type=button] {
+ width: 100%%;
+ height: 1,5cm;
+ font-size: 18;
+ }
+ input .125 {
+ width: 125%%;
+ }
+ input .50 {
+ width: 50%%;
+ }
+ .result:hover {
+ background: var(--bgc2);
+ }
+ </style>
+ </head>
+ <body>
+ <form>
+ <input type=text name=q class=50 value="{{ query }}" placeholder="sear.c ..." />
+ <input type=submit class=125 value=🔍 /> <!-- magnifying glass emoji -->
+ <input type=submit class=125 name=f value=Ʊ /> <!-- horseshoe unicode character -->
+ <input type=submit class=125 name=i value=🖼 /> <!-- framed picture emoji -->
+ <input type=submit class=125 name=v value=🎬 /> <!-- that thing they use in movies to denote start of a scene emoji -->
+ </form>
+ <h3>
+ %s
+ </h3>
+ %s
+ <hr>
+ <h4 align=center>
+ <a href=//git.sijanec.eu/sijanec/sear.c >
+ sear.c
+ </a>
+ </h4>
+ </body>
+</html>