Compare commits

...

1 Commits

Author SHA1 Message Date
Ben Harris 485eff2ea7 add hacker.css to lastmod 2018-01-08 11:02:57 -05:00
1 changed files with 3 additions and 3 deletions

View File

@ -61,14 +61,14 @@ my $Verbose;
my $html = join("", map{ html( $root, @{$_} ) } @updated);
spew("$destdir/tilde.${window}h.html", <<"EOF");
<!DOCTYPE html>
<html><head><title>$domain Updates (last $window hours)</title></head>
<body>
<html><head><link rel="stylesheet" href="/css/hacker.css"><title>$domain Updates (last $window hours)</title></head>
<body><div class="container">
<h1>$domain home pages updated in last $window hours</h1>
<p> Times are in the server's time zone.</p>
<p> There's also <a href="tilde.${window}h.json">a JSON version of this
data</a>.</p>
<ul>$html</ul>
</body>
</div></body>
</html>
EOF