diff options
author | gbmor <ahriman@falte.red> | 2020-05-20 02:17:04 -0400 |
---|---|---|
committer | gbmor <ahriman@falte.red> | 2020-05-20 02:17:04 -0400 |
commit | 65dc95489cd80224937d7ff1d681b10b0b5d54f3 (patch) | |
tree | 1d3ce06e80c59cbaf2c6e7ee3583f736a2529a03 /coc.php | |
parent | c1ba6d07b0c4e81e09c7742ad9b7f37c7677f2ad (diff) | |
download | site-65dc95489cd80224937d7ff1d681b10b0b5d54f3.tar.gz |
changed to xhtml1.1 dtd. changed absolute sizes in css to
relative sizes. rounded corners of nav buttons. restyled signup form a bit.
Diffstat (limited to 'coc.php')
-rwxr-xr-x | coc.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/coc.php b/coc.php index 87b6eb2..2bb8f2b 100755 --- a/coc.php +++ b/coc.php @@ -1,4 +1,6 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<!DOCTYPE html PUBLIC + "-//W3C//DTD XHTML 1.1//EN" + "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> @@ -115,4 +117,4 @@ </div> </body> -</html> \ No newline at end of file +</html> |