diff options
author | marha <marha@users.sourceforge.net> | 2009-10-21 19:07:36 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-10-21 19:07:36 +0000 |
commit | 1f876171067c04fc21fccd5a3051f982fd85c0f0 (patch) | |
tree | 1f7883e3e5f5ef5cd401ee7c70dd5e679efd0615 /xorg-server/hw/dmx/doc/html/index.html | |
parent | 7687adcc34c9fc43d526f30b1cf2039b0af48841 (diff) | |
download | vcxsrv-1f876171067c04fc21fccd5a3051f982fd85c0f0.tar.gz vcxsrv-1f876171067c04fc21fccd5a3051f982fd85c0f0.tar.bz2 vcxsrv-1f876171067c04fc21fccd5a3051f982fd85c0f0.zip |
Updated to xorg-server-1.7.99.1
Diffstat (limited to 'xorg-server/hw/dmx/doc/html/index.html')
-rw-r--r-- | xorg-server/hw/dmx/doc/html/index.html | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/xorg-server/hw/dmx/doc/html/index.html b/xorg-server/hw/dmx/doc/html/index.html index 722db1aa5..8c3338217 100644 --- a/xorg-server/hw/dmx/doc/html/index.html +++ b/xorg-server/hw/dmx/doc/html/index.html @@ -1,8 +1,16 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> -<title>Distributed Multihead X</title></head> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> +<title>Distributed Multihead X</title> +</head> <frameset cols="250,*"> - <frame src="tree.html" name="treefrm"> - <frame src="main.html" name="basefrm"> + <frame src="tree.html" name="treefrm"/> + <frame src="main.html" name="basefrm"/> + <noframes> + <body> + <a href="main.html">Frames are disabled. Click here to go to the main page.</a> + </body> + </noframes> </frameset> </html> |