diff options
Diffstat (limited to 'src/bin/pgaccess/doc/html/index.html')
-rw-r--r-- | src/bin/pgaccess/doc/html/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/bin/pgaccess/doc/html/index.html b/src/bin/pgaccess/doc/html/index.html new file mode 100644 index 00000000000..7ccda192907 --- /dev/null +++ b/src/bin/pgaccess/doc/html/index.html @@ -0,0 +1,11 @@ +<HTML> +<HEAD> +<TITLE>PgAccess</TITLE> + +<FRAMESET COLS="200,*" border=0 framespacing=0 frameborder=no> + <FRAME NAME="left" scrolling="none" src="contents.html"> + <FRAME NAME="right" scrolling="nonw" src="main.html"> +</FRAMESET> + +</HTML> + |