frame.html
changeset 1079 ef0805397b5b
parent 902 034aeeb2a16d
child 1370 f696187c0098
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/frame.html	Fri Nov 04 16:12:20 2011 +0200
@@ -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="frame-index.html" name="toc">
+    <frame src="index.html" name="article">
+</frameset>
+</html>