equal
deleted
inserted
replaced
3 <html> |
3 <html> |
4 <head> |
4 <head> |
5 <title>Isabelle Programming Tutorial</title> |
5 <title>Isabelle Programming Tutorial</title> |
6 <link rel="stylesheet" href="nominal.css"> |
6 <link rel="stylesheet" href="nominal.css"> |
7 <BASE HREF="http://www.inf.kcl.ac.uk/staff/urbanc/"> |
7 <BASE HREF="http://www.inf.kcl.ac.uk/staff/urbanc/"> |
8 <script type="text/javascript"> |
|
9 |
|
10 var _gaq = _gaq || []; |
|
11 _gaq.push(['_setAccount', 'UA-4143458-5']); |
|
12 _gaq.push(['_trackPageview']); |
|
13 |
|
14 (function() { |
|
15 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
|
16 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
|
17 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
|
18 })(); |
|
19 |
|
20 </script> |
|
21 </head> |
8 </head> |
22 |
9 |
23 <body style="background-image: url(Cookbook/header-back.jpg);"> |
10 <body style="background-image: url(Cookbook/header-back.jpg);"> |
24 <img src="Cookbook/logo-documentation.gif" alt="Isabelle Programming Tutorial" style="border-width: 0px;" align="left"> |
11 <img src="Cookbook/logo-documentation.gif" alt="Isabelle Programming Tutorial" style="border-width: 0px;" align="left"> |
25 <h1>Isabelle Programming Tutorial</h1> |
12 <h1>Isabelle Programming Tutorial</h1> |