aboutsummaryrefslogtreecommitdiffhomepage
path: root/html/head.html
blob: 4259dca1d37f3093f9ebdd93001bb914ed8672b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <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">
    <link rel="stylesheet" href="proofgen.css" type="text/css">
    <link rel="SHORTCUT ICON" href="favicon.ico">
    <title><?php print $title ?></title>
</head>
 <!-- Duplicate some style entries in body elt to support Version 3 browsers. 
      FIXME: Shouldn't really serve this mess up to V4s and later. -->
<!-- <font face="Verdana, Arial, LucidaSans, sans-serif;">-->
<body
 bgcolor="#2D1D03"
 background="images/canvaswallpaper.jpg"
 text="#FFFFFF"
 link="#FFD820"
 vlink="#FFD820"
 alink="#FFF030"
 >