lib/html/index1.html
changeset 5383 74c2da44d144
parent 5174 c51961c75921
child 5388 678f34b3d560
--- a/lib/html/index1.html	Thu Aug 27 11:19:35 1998 +0200
+++ b/lib/html/index1.html	Thu Aug 27 11:50:18 1998 +0200
@@ -1,34 +1,52 @@
-<HTML><HEAD><TITLE>Isabelle Logics ({ISABELLE})</TITLE></HEAD>
-<center>
- <img src="gif/isabelle.gif"><P>
-</center>
-<P>
-Switch to <A HREF="graph/index.html">Java-based</A> version, including theory graph browser.
-<P>
+<html>
+
+<head><title>Isabelle Logics ({ISABELLE})</title></head>
+
+<body>
+
+<img src="gif/isabelle.gif" alt="Isabelle" align=center>
+
+<p>
+
+Switch to <a href="graph/index.html">Java-based</a> version, including
+theory graph browser.
+
+<p>
+
 Click on the logic's name to view a list of its theories.
-<HR>
+
+<hr>
+
 First-Order Logic
-  <UL>
-  <LI><A HREF = "FOL/index.html">FOL</A>
-  <LI><A HREF = "ZF/index.html">ZF (Set Theory)</A>
-  <LI><A HREF = "CCL/index.html">CCL (Classical Computational Logic)</A>
-  <LI><A HREF = "LCF/index.html">LCF (Logic of Computable Functions)</A>
-  <LI><A HREF = "FOLP/index.html">FOLP (FOL with Proof Terms)</A>
-  </UL>
-<HR>
+
+<ul>
+<li><a href="FOL/index.html">FOL</a>
+<li><a href="ZF/index.html">ZF (Set Theory)</a>
+<li><a href="CCL/index.html">CCL (Classical Computational Logic)</a>
+<li><a href="LCF/index.html">LCF (Logic of Computable Functions)</a>
+<li><a href="FOLP/index.html">FOLP (FOL with Proof Terms)</a>
+</ul>
+
+<hr>
+
 Higher-Order Logic
-  <UL>
-  <LI><A HREF = "HOL/index.html">HOL</A>
-  <LI><A HREF = "HOLCF/index.html">HOLCF 
-		   (Higher-Order Logic of Computable Functions)</A>
-  </UL>
-<HR>
+
+<ul>
+<li><a href="HOL/index.html">HOL</a>
+<li><a href="HOLCF/index.html">HOLCF (Higher-Order Logic of Computable Functions)</a>
+</ul>
+
+<hr>
+
 Miscellaneous
-  <UL>
-  <LI><A HREF = "Sequents/index.html">Sequents 
-	  (first-order, modal and linear logics)</A>
-  <LI><A HREF = "CTT/index.html">CTT (Constructive Type Theory)</A>
-  <LI><A HREF = "Cube/index.html">Cube (The Lambda Cube)</A>
-  </UL>
-<HR>
-</BODY></HTML>
+
+<ul>
+<li><a href="Sequents/index.html">Sequents (first-order, modal and linear logics)</a>
+<li><a href="CTT/index.html">CTT (Constructive Type Theory)</a>
+<li><a href="Cube/index.html">Cube (The Lambda Cube)</a>
+</ul>
+
+<hr>
+
+</body>
+</html>