summaryrefslogtreecommitdiffstats
path: root/src/hp.html
blob: 09bd68037dca69f8c419479ee074e9227d12ff00 (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
36
37
38
39
<!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">
		<link rel=stylesheet href=/css.css />
		<link rel=icon type=image/x-icon href="/favicon.ico"> <!-- cd tmp; gcc ../src/icon.c; ./a.out > i.pgm; convert i.pgm src/ico.ico -->
		<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 ..." size=50 />
			<button type=submit value=🔍 ><span>=&gt;</span></button>
			<button accesskey=f type=submit name=f value=Ʊ ><span>1.</span></button>
			<button accesskey=i type=submit name=i value=🖼 ><span>[^]</span></button>
			<!-- <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 ebuild version --> <!--ver-->
			<a href=javascript:window.external.AddSearchProvider(window.location.origin+"/osdd.xml") id=r hidden=hidden >registriraj v brskalnik</a>
		</h4>
		<script>
			if (typeof window.external.AddSearchProvider === "function")
				document.getElementById("r").hidden = false;
		</script>
	</body>
</html>