summaryrefslogtreecommitdiffstats
path: root/src/hp.html
blob: dcde692a3f8abc6db913c66fd5499c1178a8f3b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!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): html title (query string), search box contents (query string), additional form elements, textual title (result info string), textual body (results html string) --> 
	<head>
		<meta charset=UTF-8 />
		<title>
			%s :: sear.c
		</title>
		<meta name=viewport content="width=device-width, initial-scale=1.0">
		<link rel=stylesheet href=/css.css />
		<link rel="shortcut icon" href=data:image/x-icon;, type=image/x-icon> <!-- prevents favicon lookups -->
		<link rel=icon href="data:;base64,iVBORw0KGgo=">
		<link title=sear.c rel=search type=application/opensearchdescription+xml href=/osdd.xml>
	</head>
	<body>
		<form class=container action=.>
			<input accesskey=s type=text name=q value="%s" placeholder="sear.c ..." />
			<input type=submit value=🔍 /> <!-- magnifying glass emoji -->
			<input accesskey=f type=submit name=f value=Ʊ /> <!-- horseshoe unicode character -->
			<input accesskey=i type=submit name=i value=🖼 /> <!-- framed picture emoji - img search -->
			<!-- <input type=submit name=v value=🎬/> --> <!-- that thing they use in movies - vid search N/I -->
			%s
		</form>
		<h3>
			%s
		</h3>
		%s
		<hr>
		<h4 align=center>
			<a href=//git.sijanec.eu/sijanec/sear.c >sear.c</a>
			<!-- the following is replaced by git or gentoo version --> <!--ver-->
		</h4>
	</body>
</html>