aboutsummaryrefslogtreecommitdiff
path: root/doc/index.html
diff options
context:
space:
mode:
authorlecoanet2006-09-19 12:44:34 +0000
committerlecoanet2006-09-19 12:44:34 +0000
commita362559bc98f8f1bab8178287ed65e9784b7f767 (patch)
tree19163c99950756760b042aee999e6956ec0b16d0 /doc/index.html
parent9ff27a4167f3df3202ea1b15cda09ec591a23737 (diff)
downloadtkzinc-a362559bc98f8f1bab8178287ed65e9784b7f767.zip
tkzinc-a362559bc98f8f1bab8178287ed65e9784b7f767.tar.gz
tkzinc-a362559bc98f8f1bab8178287ed65e9784b7f767.tar.bz2
tkzinc-a362559bc98f8f1bab8178287ed65e9784b7f767.tar.xz
Add a two pane HTML setup and use of CSS capabilities trhough
tex4ht.
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html
new file mode 100644
index 0000000..f4b65e0
--- /dev/null
+++ b/doc/index.html
@@ -0,0 +1,12 @@
+<html>
+ <head>
+ <title>Zinc, an advanced scriptable Canvas.</title>
+ <base target="viewer">
+ </head>
+
+ <frameset cols="30%,70%" framespacing="0" frameborder="1" >
+ <frame src="refman.html" name="navig" frameborder="0" marginwidth=0 marginheight=0>
+ <frame src="refmanch1.html" name="viewer" frameborder="0" marginwidth=0 marginheight=0>
+ </frameset>
+
+</html>