diff options
author | piernov <piernov@piernov.org> | 2016-05-04 15:05:19 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2016-05-04 15:05:19 +0200 |
commit | 9679e3aa45c1ac0b821bfde3c6b4ba65718797c2 (patch) | |
tree | 99afdb44b9682e91bdedda47727cae6c11e5db56 | |
parent | 2587d9627294ef3324a88aa6d11be48c72e397f3 (diff) | |
download | candybox-9679e3aa45c1ac0b821bfde3c6b4ba65718797c2.tar.gz candybox-9679e3aa45c1ac0b821bfde3c6b4ba65718797c2.tar.bz2 candybox-9679e3aa45c1ac0b821bfde3c6b4ba65718797c2.tar.xz candybox-9679e3aa45c1ac0b821bfde3c6b4ba65718797c2.zip |
Switch to HTML5 Doctype + remove useless Content-Type http-equiv
-rw-r--r-- | index.xhtml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/index.xhtml b/index.xhtml index 77ddf23..0760aeb 100644 --- a/index.xhtml +++ b/index.xhtml @@ -1,12 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet type="text/css" href="css/bootstrap.min.css"?> <?xml-stylesheet type="text/css" href="css/craftmine.css"?> -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" - "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> +<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr"> <head> - <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <meta name="author" content="Alexandre Renoux,Pierre-Emmanuel Novac"/> |