forked from sgrimm/lurkers-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch.html
57 lines (52 loc) · 1.77 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html>
<head>
<title>Lurker's Guide - Search</title>
<map name="toplevel">
<area shape="RECT" coords="0,0,99,23" href="/lurk/universe/intro.html" alt="Universe">
<area shape="RECT" coords="100,0,199,23" href="/lurk/episodes.php" alt="Episodes">
<area shape="RECT" coords="200,0,299,23" href="/lurk/making/creators.html" alt="People">
<area shape="RECT" coords="300,0,399,23" href="/lurk/resources/online.html" alt="Resources">
<area shape="RECT" coords="400,0,499,23" href="/lurk/reference/episodes.html" alt="Encyclopedia">
<area shape="RECT" coords="0,24,499,31" nohref>
</map>
<map name="titlebar">
<area shape="RECT" coords="0,0,370,31" href="/lurk/lurker.html" alt="Home">
<area shape="RECT" coords="371,0,412,31" href="/lurk/search.html" alt="Find">
<area shape="RECT" coords="413,0,454,31" href="/lurk/toc.html" alt="Index">
<area shape="RECT" coords="455,0,499,31" href="/lurk/help.html" alt="Help">
</map>
<style>
#searchbody { margin-left: 3em; margin-right: 3em; }
</style>
</head>
<body>
<p align=center nowrap><nobr><img
align=middle border=0 usemap="#titlebar"
src="/lurk/nav/titlebar-find.gif" width=500 height=32
alt="[Home]">
<br><img
align=top border=0 usemap="#toplevel"
src="/lurk/nav/bar-none.gif" width=500 height=24
alt="">
<div id="searchbody">
<H1>Search the Lurker's Guide</H1>
<p>
Enter your search terms and hit Enter or click the Search button.
</p>
<div>
<script>
(function() {
var cx = '014990428883429822707:tkiv7qslcnk';
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>
<gcse:search></gcse:search>
</div>
</body>
</html>