blob: 8a583feb24d16ec66ef65eb7b3f3f70a8f363033 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<head>
<title>Proof General --- Organize your Proofs!</title>
<meta name="author" content="David Aspinall <da@dcs.ed.ac.uk>">
<meta name="keywords" content="Isabelle, LEGO, Coq, Emacs, XEmacs,
Interface, Theorem Prover, GUI, David Aspinall">
<meta name="description" content="Proof General is an Emacs based
generic interface for theorem provers">
<?php
/* Did have linked style sheet, with:
* <link rel="stylesheet" href="proofgen.css" type="text/css">
* Instead, its embedded it to save another server access.
*/
print "<style type=\"text/css\">\n<!--";
include("proofgen.css");
print "-->\n</style>\n";
?>
</head>
|