aboutsummaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorDavid Aspinall2002-07-16 17:15:00 +0000
committerDavid Aspinall2002-07-16 17:15:00 +0000
commit326a199ab6e1489eb8ed5ab4dabf394b1933ce29 (patch)
tree91a064addf2b699a818e88f45f9f983059aef8e9 /html
parent8fdc63623ee555b8f11238ff66f3ba23617165e8 (diff)
Use linked style sheet, add charset metatag.
Diffstat (limited to 'html')
-rw-r--r--html/head.html23
1 files changed, 7 insertions, 16 deletions
diff --git a/html/head.html b/html/head.html
index 11a670a9..4259dca1 100644
--- a/html/head.html
+++ b/html/head.html
@@ -1,21 +1,17 @@
<head>
- <link rel="SHORTCUT ICON" href="favicon.ico">
- <title><?php print $title ?></title>
+ <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">
-<?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";
-?>
+ <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"
@@ -24,8 +20,3 @@
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;">-->
-
-