mirror of
https://github.com/elua/elua.git
synced 2025-01-08 20:56:17 +08:00
26 lines
895 B
HTML
26 lines
895 B
HTML
<html>
|
|
<head>
|
|
<title>ssSearch</title>
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
</head>
|
|
<body>
|
|
<h3>Simple Search</h3>
|
|
<blockquote>
|
|
<center>
|
|
<applet code="ssSearch.class" width="640" height="480">
|
|
<param name="BGCOLOR" value="0B6DCE">
|
|
<param name="LISTAREACOLOR" value="ffffff">
|
|
<!-- Use "_self", "_blank", "_parent", "_top" or any other user-defined name -->
|
|
<param name="TARGETFRAME" value="_self">
|
|
<param name="DATAFILE" value="wb_search_en.txt">
|
|
<!-- The APPLETHOME param is just an acknowledgement -->
|
|
<!-- Do not edit the value of APPLETHOME param -->
|
|
<param name="APPLETHOME" value="http://www.geocities.com/SiliconValley/Lakes/5365/index.html">
|
|
</applet>
|
|
</center>
|
|
</blockquote>
|
|
<p>Powered by <a href="http://us.geocities.com/nsenthil/ssSearch.html">ssSearch</a>
|
|
from Nalla
|
|
Senthilnathan.</p>
|
|
</body></html>
|