index-frame.html
changeset 902 034aeeb2a16d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/index-frame.html	Wed Jul 20 12:37:29 2011 +0300
@@ -0,0 +1,10 @@
+<html>
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+    <title>tips index</title>
+</head>
+<frameset cols="220,*">
+    <frame src="index.html" name="toc">
+    <frame src="index.html" name="article">
+</frameset>
+</html>