blob: 967a2363c87c555d06e309f599f40dfed68d0393 (
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">
<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 ..." size=256 />
<button type=submit value=🔍 ><span>=></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-->
</h4>
</body>
</html>
|