diff options
| author | orbiter <mc@yacy.net> | 2013-03-08 14:40:09 +0100 |
|---|---|---|
| committer | orbiter <mc@yacy.net> | 2013-03-08 14:40:09 +0100 |
| commit | 168e8d9b4d1f4f1e40c1164123c871810ad66970 (patch) | |
| tree | 42c196c13e568f8ef8f56de60b9c8a7f3f776942 /htroot/index.html | |
| parent | 252bb51f98580e471753212b454d5f847c30233c (diff) | |
added/fixed missing DOCTYPE line (submitted by Thomas)
Diffstat (limited to 'htroot/index.html')
| -rw-r--r-- | htroot/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/htroot/index.html b/htroot/index.html index 4d7d26c35..3d2152dc5 100644 --- a/htroot/index.html +++ b/htroot/index.html @@ -1,3 +1,4 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> #(forward)#::<meta http-equiv="REFRESH" content="0; url=#[target]#" />#(/forward)# |
