-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsearch.html
30 lines (25 loc) · 956 Bytes
/
search.html
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>zeusbot log search</title>
<link href="simple.css" rel="stylesheet" type="text/css" />
<script src="http://www.google.co.uk/jsapi" type="text/javascript"></script>
<link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
</head>
<body>
<script>
(function() {
var cx = 'search-id';
var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true;
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s);
})();
</script>
<div id="title">zeusbot log search</div>
<div id="page">
<gcse:search></gcse:search>
</div>
</body>
</html>