diff options
author | Choom | 2023-01-18 03:33:23 -0300 |
---|---|---|
committer | Choom | 2023-01-18 04:07:48 -0300 |
commit | 53056e445626d21523a799c8d8f03b16f24b0c47 (patch) | |
tree | 186023eb9e33276c84508e6d2c40acb254e4d209 /cgi/templates/stats.html | |
parent | f703dba09eb53dee58b1b04489d903f54909d49e (diff) | |
download | weabot-53056e445626d21523a799c8d8f03b16f24b0c47.tar.gz weabot-53056e445626d21523a799c8d8f03b16f24b0c47.tar.xz weabot-53056e445626d21523a799c8d8f03b16f24b0c47.zip |
Cambiando doctype
Diffstat (limited to 'cgi/templates/stats.html')
-rw-r--r-- | cgi/templates/stats.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cgi/templates/stats.html b/cgi/templates/stats.html index b284d7a..2856f07 100644 --- a/cgi/templates/stats.html +++ b/cgi/templates/stats.html @@ -1,5 +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>Estadísticas@Bienvenido a Internet</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -157,4 +157,4 @@ td a{display:block;padding:10px} <div id="foot">B.a.I. - 2010-2021 · Contacto: <a href="mailto:burocracia@bienvenidoainternet.org">burocracia@bienvenidoainternet.org</a></div> </body> -</html>
\ No newline at end of file +</html> |