diff options
Diffstat (limited to 'html/index.html')
-rw-r--r-- | html/index.html | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/html/index.html b/html/index.html new file mode 100644 index 0000000..03d035c --- /dev/null +++ b/html/index.html @@ -0,0 +1,28 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Strict//EN"> +<html> + +<head> +<meta http-equiv="Content-Language" content="en-us"> +<title>CD - Canvas Draw</title> +</head> + +<frameset rows="51,*" frameborder="0" framespacing="0" bordercolor="#0B6DCE"> + <frame name="wb_title" scrolling="no" noresize="noresize" src="wb_title.html" + frameborder="0" marginheight="0" marginwidth="0" target="wb_cont"> + <frameset cols="180,*" frameborder="1" framespacing="4" bordercolor="#0B6DCE" border="4"> + <frameset rows="27,*" frameborder="0" framespacing="0" bordercolor="#0B6DCE"> + <frame name="wb_bar" scrolling="no" src="wb_bar.html" frameborder="0" target="wb_cont"> + <frame name="wb_tree" src="wb_tree.html" frameborder="1" target="wb_cont"> + </frameset> + <frame name="wb_cont" src="en/home.html" frameborder="0"> + </frameset> + <noframes> + <body> + + <p>This page uses frames, but your browser doesn't support them.</p> + + </body> + </noframes> +</frameset> + +</html> |