diff options
author | 2005-03-06 21:29:02 +0000 | |
---|---|---|
committer | 2005-03-06 21:29:02 +0000 | |
commit | 2c70dfeb2e20890ca6d71ae9d87f9a09b85a9709 (patch) | |
tree | 2c8828dd7a90892804a86d81abdabec77e276311 /gentoo-webroot-default | |
parent | added peruser.c configuration section (diff) | |
download | apache-2c70dfeb2e20890ca6d71ae9d87f9a09b85a9709.tar.gz apache-2c70dfeb2e20890ca6d71ae9d87f9a09b85a9709.tar.bz2 apache-2c70dfeb2e20890ca6d71ae9d87f9a09b85a9709.zip |
Get index.html conformant to XHTML 1.0 transitional.
Diffstat (limited to 'gentoo-webroot-default')
-rw-r--r-- | gentoo-webroot-default/webroot/htdocs/index.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gentoo-webroot-default/webroot/htdocs/index.html b/gentoo-webroot-default/webroot/htdocs/index.html index 901a0bf..cfca900 100644 --- a/gentoo-webroot-default/webroot/htdocs/index.html +++ b/gentoo-webroot-default/webroot/htdocs/index.html @@ -1,10 +1,11 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!DOCTYPE html PUBLIC "-//W3C/DTD XHTML 1.0 Transitional//EN" ""> +<!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" xml:lang="en" lang="en"> <head> <title>Gentoo Linux Box</title> - <style style="text/css"> + <style type="text/css"> html, body { color: black; background-color: white; @@ -37,7 +38,7 @@ } div.para { margin-bottom: 1em; - text-align: center; + text-align: center; } </style> </head> @@ -52,8 +53,8 @@ Hello, I'm the web server of a box running Gentoo Linux.<br/> It may be, that you may have expected a totally different site. <br/> If so, I do really apologize.<br/> - It's just - how do I say - I am used to serve this site to you.<br/> - I'm so sorry. You see, I'm just a web server... + It's just - how do I say - I am used to serve this site to you.<br/> + I'm so sorry. You see, I'm just a web server... </div> <hr/> </body> |