update doctype, pgp key url, add piwik analytics
[dylansserver.git] / view / note.php
index 36a3dd2..31f3f22 100644 (file)
@@ -1,5 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-"http://www.w3.org/TR/html4/loose.dtd">
+<!DOCTYPE html>
 
 <html>
 <head>
   <div id="structure">
     <div id="banner">
       <a href="<?php echo $this->home_link ?>">
-      <img src="/images/dylansserver.png" alt="dylansserver"
-      border="0"></a>
+      <img src="/images/dylansserver.png" alt="dylansserver"></a>
     </div>
 
     <div id="content">
       <div id='notes'>
         <div class='note'>
             <h1><span class='date'>
-              <?php echo "$this->year_posted/$this->month_posted/$this->day_posted/" ?>
-            </span><?php echo $this->title ?></h1>
+              <?php echo "$this->year_posted/$this->month_posted/$this->day_posted/" ?></span><?php echo $this->title ?></h1>
             <?php echo $this->text ?>
         </div>
         <br><br><br><br>
           </h1>
         </div>
         <div id="contact_me"><h1><a href=
-        "mailto:dylan@psu.edu">dylan</a></h1><a href=
-        "mailto:dylan@psu.edu">@psu.edu</a>
+        "mailto:dylan@dylansserver.com">dylan</a></h1><a href=
+        "mailto:dylan@dylansserver.com">@dylansserver.com</a>
         </div>
       </div>
     <br>
     <br>
   </div>
+<? include 'analytics.php' ?>
 </body>
 </html>