--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/Nominal/index.html Wed Mar 30 16:06:25 2016 +0100
@@ -0,0 +1,24 @@
+<!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">
+</head>
+
+ <frameset ROWS="130,*">
+ <frame scrolling="no" frameborder="0" noresize="noresize" SRC="title.html" NAME="title">
+
+ <frameset COLS="200,*">
+
+ <frame scrolling="no" frameborder="0" noresize="noresize" SRC="menu.html"
+ NAME="menu">
+
+ <frame noresize="noresize" frameborder="0" SRC="main.html"
+ NAME="content">
+
+ </frameset>
+ </frameset>
+
+</html>