diff options
Diffstat (limited to 'linhes/linhes-web/website/contents/index.html')
-rwxr-xr-x[-rw-r--r--] | linhes/linhes-web/website/contents/index.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/linhes/linhes-web/website/contents/index.html b/linhes/linhes-web/website/contents/index.html index 1168c4a..99f6b37 100644..100755 --- a/linhes/linhes-web/website/contents/index.html +++ b/linhes/linhes-web/website/contents/index.html @@ -1,6 +1,7 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> +<!DOCTYPE html> <html> <head> + <meta charset="UTF-8" /> <link rel="shortcut icon" href="/favicon.ico"> <title>LinHES: The Linux Home Entertainment System</title> </head> @@ -12,5 +13,5 @@ There is no frame support on your browser. </body> </noframes> - </frameset> - </html> + </frameset> +</html> |