-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsearch.html
77 lines (64 loc) · 2.75 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Search SL4</title>
<meta http-equiv="content-type"
content="text/html; charset=ISO-8859-1">
<meta name="author" content="Eliezer S. Yudkowsky">
</head>
<body>
Our archives may be found at:
<blockquote><a href="http://sl4.org/archive/">http://sl4.org/archive/</a> </blockquote>
<p>Google can be used to search these archives:<br>
<!-- Search Google --></p>
<form method="get" action="http://www.google.com/custom">
<table border="0" cellspacing="0" bgcolor="#ffffff">
<tbody>
<tr valign="top">
<td colspan="2"> <input type="text" name="q" size="80"
maxlength="255" value=""> </td>
</tr>
<tr>
<td valign="top"><input type="submit" name="sa"
value="Search SL4"><input type="hidden" name="cof"
value="AH:center;GL:0;S:http://sl4.org;AWFID:26231b7693094727;"><input
type="hidden" name="domains" value="sl4.org"><input type="hidden"
name="sitesearch" value="sl4.org"></td>
<td align="left" width="100%"><a
href="http://www.google.com/search"><img
src="http://www.google.com/logos/Logo_40wht.gif" alt="Google"
border="0" align="left">
</a></td>
</tr>
</tbody>
</table>
</form>
<!-- Search Google -->
<P><hr>
<P>If the above search doesn't work (Google still has not indexed sl4.org as of 10/18/02), try searching the old archives:<br>
<!-- Search Google --></p>
<form method="get" action="http://www.google.com/custom">
<table border="0" cellspacing="0" bgcolor="#ffffff">
<tbody>
<tr valign="top">
<td colspan="2"> <input type="text" name="q" size="80"
maxlength="255" value=""> </td>
</tr>
<tr>
<td valign="top"><input type="submit" name="sa"
value="Search SL4"><input type="hidden" name="cof"
value="AH:center;GL:0;S:http://sl4.org;AWFID:26231b7693094727;"><input
type="hidden" name="domains" value="sl4.org"><input type="hidden"
name="sitesearch" value="sysopmind.com"></td>
<td align="left" width="100%"><a
href="http://www.google.com/search"><img
src="http://www.google.com/logos/Logo_40wht.gif" alt="Google"
border="0" align="left">
</a></td>
</tr>
</tbody>
</table>
</form>
<!-- Search Google -->
</body>
</html>