aboutsummaryrefslogtreecommitdiff
path: root/html/head.phtml
diff options
context:
space:
mode:
authorDavid Aspinall1999-06-24 14:04:28 +0000
committerDavid Aspinall1999-06-24 14:04:28 +0000
commit2ed53db7506dd4811fbe6c3fac64c3703d1169a8 (patch)
treedbaeab7ca5223cf02a16b2ff9834b8aac203ad84 /html/head.phtml
parent7e049e7ecc1ec8098463454f87369461bd10efc2 (diff)
New web pages
Diffstat (limited to 'html/head.phtml')
-rw-r--r--html/head.phtml17
1 files changed, 17 insertions, 0 deletions
diff --git a/html/head.phtml b/html/head.phtml
new file mode 100644
index 00000000..8a583feb
--- /dev/null
+++ b/html/head.phtml
@@ -0,0 +1,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>