#!/usr/bin/perl
#
# Hang out a shingle saying that the Linux Counter is closed
# for updating
#
print <<EoF
Content-type: text/html

<html><head>
<title>The Linux Counter Is Closed Temporarily</title>
</head>
<body bgcolor=red>
<img src="/counter/gifs/Logo-small.gif" alt="">
<h1>The Counter Is Closed Temporarily</h1>
The Linux Counter is in the process of being moved physically
to a new machine, and the database files need to be rebuilt after
the move.
<p>
Please have patience; the counter is expected to be back online
at the latest on June 12, 1998.
<p>
Please contact Harald\@Alvestrand.no if you have questions.
</body>

EoF
