diff perl/artwork_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/artwork_descriptions.pl	Mon Jul 11 02:43:59 2011 -0400
     1.2 +++ b/perl/artwork_descriptions.pl	Mon Jul 11 03:06:13 2011 -0400
     1.3 @@ -209,10 +209,11 @@
     1.4  	
     1.5  	print <<HERE;
     1.6  <html>
     1.7 +
     1.8 +<head>
     1.9  <title> Gallery of Original Artwork by Judy Yates</title>
    1.10 -<head>
    1.11 -<link rel="stylesheet" type="text/css"
    1.12 -href="../firetest.css" />
    1.13 +<link rel="stylesheet" type="text/css" href="../firetest.css" />
    1.14 +<script type="text/javascript" src="/js/google_analytics.js"></script>
    1.15  </head>
    1.16  <body>
    1.17  <span>
    1.18 @@ -299,4 +300,4 @@
    1.19  HERE
    1.20  
    1.21  close FILE;
    1.22 -select STDOUT; }
    1.23 \ No newline at end of file
    1.24 +select STDOUT; }