- Update the index page for java now that links is one page.

- Remove search box which is a repition of the one above.
This commit is contained in:
Eitan Adler 2013-06-25 18:35:50 +00:00
parent 8133ac76c4
commit 582ec9bb39
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42044

View file

@ -57,28 +57,8 @@
<ul>
<li><a href="docs/faq.html">FAQ</a></li>
<li><a href="docs/howtoports.html">Creating Ports...</a></li>
<li><a href="links.html">Links</a></li>
</ul>
<h2>&java; Resources</h2>
<ul>
<li><a href="links/index.html">Links</a></li>
<li><a href="links/freebsd.html">FreeBSD</a></li>
<li><a href="links/vendor.html">Vendor</a></li>
<li><a href="links/development.html">Development Tools</a></li>
<li><a href="links/api.html">APIs</a></li>
<li><a href="links/tutorials.html">Tutorials</a></li>
<li><a href="links/resources.html">Resources...</a></li>
<li><a href="links/servlets.html">Servlets</a></li>
</ul>
<form action="http://www.FreeBSD.org/cgi/search.cgi" method="get">
<p>Search for:</p>
<input type="text" name="words" size="25"/>
<input type="hidden" name="max" value="25"/>
<input type="hidden" name="source" value="www"/>
<input type="submit" value="Go"/>
</form>
</body>
</html>