Subversion Repositories VORC

Rev

Rev 200 | Rev 208 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 200 Rev 201
Line 748... Line 748...
748
  print $h->open ("html");
748
  print $h->open ("html");
749
  print $h->head ([$h->title ("vORC - $PAGE_TITLE"),
749
  print $h->head ([$h->title ("vORC - $PAGE_TITLE"),
750
                   $h->link  ({ rel  => "stylesheet",
750
                   $h->link  ({ rel  => "stylesheet",
751
                                type => "text/css",
751
                                type => "text/css",
752
                                href => "/style.css" }),
752
                                href => "/style.css" }),
753
                   $h->script ($ANALYTICS)
753
#                   $h->script ($ANALYTICS)
754
                  ]);
754
                  ]);
755
  print $h->open ("body");
755
  print $h->open ("body");
756
#  print $h->img ({referrerpolicy=>"no-referrer-when-downgrade", src=>"https://analytics.whump.org/matomo.php?idsite=2&rec=1", style=>"border:0", alt=>""});
756
#  print $h->img ({referrerpolicy=>"no-referrer-when-downgrade", src=>"https://analytics.whump.org/matomo.php?idsite=2&rec=1", style=>"border:0", alt=>""});
757
#<html><head><title>Officials' RollerCon Schedule Manager - $PAGE_TITLE</title>
757
#<html><head><title>Officials' RollerCon Schedule Manager - $PAGE_TITLE</title>
758
#<link rel="stylesheet" type="text/css" href="/style.css">
758
#<link rel="stylesheet" type="text/css" href="/style.css">