diff options
Diffstat (limited to 'html/head.html')
| -rw-r--r-- | html/head.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/html/head.html b/html/head.html new file mode 100644 index 00000000..4259dca1 --- /dev/null +++ b/html/head.html @@ -0,0 +1,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" + > |
