mirror of
https://github.com/apache/httpd.git
synced 2025-06-04 21:42:15 +03:00
* XHTML 1._0_. delivering xhtml 1.1 as text/html is bogus. (see <http://www.w3.org/TR/xhtml-media-types/#summary>) * replaced the also bogus <dl> stuff by normal <p>s and added some CSS instead. (embedding CSS compatible to xml *and* html causes the very ugly hack, you can see in top.html, because in HTML <style> contains CDATA and in XHTML PCDATA, see also <http://lists.w3.org/Archives/Public/www-html/2002Apr/0053.html>) * fixed some encoding issues. * removed the weird empty lines at the beginning of every document * added CONTENT_LANGUAGE parameter for pt-br git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97665 13f79535-47bb-0310-9956-ffa450edef68
15 lines
343 B
HTML
15 lines
343 B
HTML
</p>
|
|
<p>
|
|
<!--#include virtual="../contact.html.var" -->
|
|
</p>
|
|
|
|
<h2>Error <!--#echo encoding="none" var="REDIRECT_STATUS" --></h2>
|
|
<address>
|
|
<a href="/"><!--#echo var="SERVER_NAME" --></a><br />
|
|
<!--#config timefmt="%c" -->
|
|
<span><!--#echo var="DATE_LOCAL" --><br />
|
|
<!--#echo var="SERVER_SOFTWARE" --></span>
|
|
</address>
|
|
</body>
|
|
</html>
|