diff options
Diffstat (limited to 'cgi/templates/exception.html')
-rw-r--r-- | cgi/templates/exception.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/cgi/templates/exception.html b/cgi/templates/exception.html index e8453eb..6fd8127 100644 --- a/cgi/templates/exception.html +++ b/cgi/templates/exception.html @@ -1,6 +1,5 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" - "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml"> +<!DOCTYPE html> +<html lang="es"> <head> <title>Error@Bienvenido a Internet</title> <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" /> @@ -33,4 +32,4 @@ Traceback:<br /> <hr /> <p>La página principal está <a href="/bai.html">aquí</a>.<br />Si esto es inusual intenta <a href="/bai/">contactarnos</a>.</p><?py #endif ?> </body> -</html>
\ No newline at end of file +</html> |