25
|
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
|
|
2 |
"http://www.w3.org/TR/html4/frameset.dtd">
|
|
3 |
<html>
|
|
4 |
<head>
|
|
5 |
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
|
26
|
6 |
<title>Isabelle Programming Tutorial</title>
|
25
|
7 |
<link rel="stylesheet" href="nominal.css">
|
|
8 |
<BASE HREF="http://www.inf.kcl.ac.uk/staff/urbanc/">
|
|
9 |
</head>
|
|
10 |
|
|
11 |
<frameset ROWS="130,*">
|
|
12 |
<frame scrolling="no" frameborder="0" noresize="noresize" SRC="Cookbook/title.html" NAME="title">
|
|
13 |
|
|
14 |
|
|
15 |
<frameset COLS="200,*">
|
|
16 |
<frame scrolling="no" frameborder="0" noresize="noresize" SRC="Cookbook/menu.html" NAME="menu">
|
|
17 |
|
|
18 |
<frame noresize="noresize" frameborder="0" SRC="Cookbook/main.html" NAME="content">
|
|
19 |
|
|
20 |
</frameset>
|
|
21 |
</frameset>
|
|
22 |
|
|
23 |
</html>
|