declare charset immediately for streaming clients
[dylansserver.git] / view / index.php
index 1b41473..3f7d1f9 100644 (file)
@@ -2,11 +2,11 @@
 
 <html>
 <head>
+  <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
   <title><?php echo $this->title ?></title>
   <link rel="icon" href="/favicon.ico" type="image/png">
   <link href='/includes/style.css' rel='stylesheet' type='text/css'>
   <script type='text/javascript' src='/includes/index.js'></script>
-  <meta http-equiv="Content-Type" content="text/html;charset=utf-8">
 </head>
 
 <body onload="return typeof highlight == 'function' ? highlight() : true">
@@ -87,7 +87,8 @@
             <h1><a href= "mailto:dylan@dylansserver.com">dylan</a></h1>
             <a href= "mailto:dylan@dylansserver.com">@dylansserver.com</a>
            <br>
-           [<a href="http://pgp.mit.edu:11371/pks/lookup?op=vindex&amp;search=0xBE93C5C18CD4C40F">pgp key</a>]
+           <!-- [<a href="http://pgp.mit.edu:11371/pks/lookup?op=vindex&amp;search=0xBE93C5C18CD4C40F">pgp key</a>] -->
+           [<a href="/pubkey.pgp.asc">pgp key</a>]
           </div>
         </li>
       </ul>
     <br>
     &nbsp;
   </div>
+<? include 'analytics.php' ?>
 </body>
 </html>