diff options
Diffstat (limited to 'templates/en/emptyarchive.html')
-rw-r--r-- | templates/en/emptyarchive.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/en/emptyarchive.html b/templates/en/emptyarchive.html new file mode 100644 index 00000000..2f10766c --- /dev/null +++ b/templates/en/emptyarchive.html @@ -0,0 +1,15 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>The %(listname)s Archives</title> + <META NAME="robots" CONTENT="noindex,follow"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <h1>The %(listname)s Archives </h1> + <p> + No messages have been posted to this list yet, so the archives are + currently empty. You can get <a href="%(listinfo)s">more information + about this list</a>. + </p> + </BODY> + </HTML> |