Add a '5XX' page, to be used for 'Service Unavailble' messages during
maintenance windows when needed.
This commit is contained in:
parent
10a34d0d2d
commit
b30de672d6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43011
1 changed files with 25 additions and 0 deletions
25
en_US.ISO8859-1/htdocs/5xx.xml
Normal file
25
en_US.ISO8859-1/htdocs/5xx.xml
Normal 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>
|
Loading…
Reference in a new issue