--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Cookbook/index.html Sun Oct 30 21:57:49 2011 +0000
@@ -0,0 +1,23 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
+ "http://www.w3.org/TR/html4/frameset.dtd">
+<html>
+<head>
+ <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
+ <title>Nominal Methods Group</title>
+ <link rel="stylesheet" href="nominal.css">
+ <BASE HREF="http://www.inf.kcl.ac.uk/staff/urbanc/">
+</head>
+
+ <frameset ROWS="130,*">
+ <frame scrolling="no" frameborder="0" noresize="noresize" SRC="Cookbook/title.html" NAME="title">
+
+
+ <frameset COLS="200,*">
+ <frame scrolling="no" frameborder="0" noresize="noresize" SRC="Cookbook/menu.html" NAME="menu">
+
+ <frame noresize="noresize" frameborder="0" SRC="Cookbook/main.html" NAME="content">
+
+ </frameset>
+ </frameset>
+
+</html>