diff perl/pet_descriptions.pl @ 18:903b91a97990 judyates

updated site to use google analytics
author Robert McIntyre <rlm@mit.edu>
date Mon, 11 Jul 2011 03:06:13 -0400
parents 60668cf4f443
children
line wrap: on
line diff
     1.1 --- a/perl/pet_descriptions.pl	Mon Jul 11 02:43:59 2011 -0400
     1.2 +++ b/perl/pet_descriptions.pl	Mon Jul 11 03:06:13 2011 -0400
     1.3 @@ -154,10 +154,10 @@
     1.4  	
     1.5  	print <<HERE;
     1.6  <html>
     1.7 +<head>
     1.8  <title> Gallery of Original Artwork by Judy Yates</title>
     1.9 -<head>
    1.10 -<link rel="stylesheet" type="text/css"
    1.11 -href="../firetest.css" />
    1.12 +<link rel="stylesheet" type="text/css" href="../firetest.css" />
    1.13 +<script type="text/javascript" src="/js/google_analytics.js"></script>
    1.14  </head>
    1.15  <body>
    1.16  <span>
    1.17 @@ -222,4 +222,4 @@
    1.18  HERE
    1.19  
    1.20  close FILE;
    1.21 -select STDOUT; }
    1.22 \ No newline at end of file
    1.23 +select STDOUT; }