diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2016-10-07 10:42:23 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2016-10-07 10:42:23 +0200 |
| commit | fc0c72c84b7b1009708715a37f4d90f41d8cb2bd (patch) | |
| tree | 1eb46cc7412376e6ac10c557547756c6b3a06a4c /htroot/index.html | |
| parent | b5eb7a9217497e4f45f751f30650eb3c5b46737e (diff) | |
Switched to the short HTML Doctype
This pages were already no more XHTML 1.0 because made use of the HTML5
syntax and elements.
Applied current (2016) HTML standard recommended Doctype declaration
(see https://www.w3.org/TR/html/syntax.html#the-doctype ).
Diffstat (limited to 'htroot/index.html')
| -rw-r--r-- | htroot/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/index.html b/htroot/index.html index f1016186b..f057bc9ec 100644 --- a/htroot/index.html +++ b/htroot/index.html @@ -1,4 +1,4 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> #(forward)#::<meta http-equiv="REFRESH" content="0; url=#[target]#" />#(/forward)# |
