diff options
Diffstat (limited to 'cgi/templates/kako.html')
-rw-r--r-- | cgi/templates/kako.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/cgi/templates/kako.html b/cgi/templates/kako.html index 921606e..2ef7d99 100644 --- a/cgi/templates/kako.html +++ b/cgi/templates/kako.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>Archivo de #{board_name}@Bienvenido a Internet BBS</title> <meta http-equiv="Content-Type" content="application/xhtml+xml;charset=utf-8" /> @@ -57,4 +56,4 @@ </pre> <address>weabot/<?py include('templates/revision.html') ?> (Debian GNU/Linux) Servidor ubicado en bienvenidoainternet.org Puerto 443</address> </body> -</html>
\ No newline at end of file +</html> |