aboutsummaryrefslogtreecommitdiffhomepage
path: root/html/head.phtml
blob: c40263e7d3666e6589b584f6977e86722468da2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<head>
    <title><?php print $title ?></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>
<body
 bgcolor="#2D1D03"
 background="images/canvaswallpaper.jpg"
 text="#FFFFFF"
 link="#FFD820"
 vlink="#FFD820"
 alink="#FFF030"
 >
 <!-- Duplicate some style entries in body elt to support Version 3 browsers. 
      FIXME: Shouldn't serve this mess up to V4s and later. -->
<!-- <font face="Verdana, Arial, LucidaSans, sans-serif;">-->