aboutsummaryrefslogtreecommitdiff
path: root/html/head.html
diff options
context:
space:
mode:
authorDavid Aspinall2000-09-28 15:01:50 +0000
committerDavid Aspinall2000-09-28 15:01:50 +0000
commitbd7aa7923a25d16207842f9f3d6b773c2fc6fa58 (patch)
tree8f5733bf63e8c880e65472b3ebf745b1026698e3 /html/head.html
parent2c253444d0b93cf7628ab030e6a5f1ad24fa20fd (diff)
Renamed file
Diffstat (limited to 'html/head.html')
-rw-r--r--html/head.html30
1 files changed, 30 insertions, 0 deletions
diff --git a/html/head.html b/html/head.html
new file mode 100644
index 00000000..c40263e7
--- /dev/null
+++ b/html/head.html
@@ -0,0 +1,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;">-->
+
+