Add a '5XX' page, to be used for 'Service Unavailble' messages during

maintenance windows when needed.
This commit is contained in:
Glen Barber 2013-10-20 21:02:33 +00:00
parent 10a34d0d2d
commit b30de672d6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43011

View file

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
"http://www.FreeBSD.org/XML/doc/share/xml/xhtml10-freebsd.dtd" [
<!ENTITY title "Page not found.">
]>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>&title;</title>
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
<base href="/" />
</head>
<body class="navinclude.about">
<h2>Service Unavailable</h2>
<p>The requested site is currently unavailable.</p>
<p>Please try your request again later, use one of the links in
the navigation menu, or the search box at the top of the
page.</p>
</body>
</html>