date and has several broken links. The important content on availability.html has been integrated into /index.html. Replace availability.html with a dummy redirect page (to /index.html), since it is still referenced from some other websites, most notably http://www.highpoint-tech.com/home.htm . PR: www/53429 Submitted by: myself Approved by: ceri (mentor)
31 lines
954 B
Text
31 lines
954 B
Text
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
|
|
<!ENTITY date "$FreeBSD: www/en/availability.sgml,v 1.32 2002/06/29 09:07:07 nik Exp $">
|
|
<!ENTITY title "About FreeBSD's availability">
|
|
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
|
]>
|
|
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="refresh" content="5;url=&base;/index.html">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
|
<title>&title;</title>
|
|
</head>
|
|
|
|
<body bgcolor="#ffffff">
|
|
<p>The content of this page has been integrated into the <a
|
|
href="&base;/index.html">main FreeBSD webpage</a>. You should
|
|
be automatically redirected there in a few seconds. If not,
|
|
please follow the link and update your bookmarks.</p>
|
|
|
|
<p>We apologize for the inconvenience.</p>
|
|
</body>
|
|
</html>
|
|
|
|
<!--
|
|
Local Variables:
|
|
mode: sgml
|
|
sgml-indent-data: t
|
|
sgml-omittag: nil
|
|
sgml-always-quote-attributes: t
|
|
End:
|
|
-->
|