diff options
Diffstat (limited to 'src/mailman/templates/en/archtocnombox.html')
| -rw-r--r-- | src/mailman/templates/en/archtocnombox.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/mailman/templates/en/archtocnombox.html b/src/mailman/templates/en/archtocnombox.html new file mode 100644 index 000000000..5989aa53d --- /dev/null +++ b/src/mailman/templates/en/archtocnombox.html @@ -0,0 +1,18 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <title>The $listname Archives</title> + <META NAME="robots" CONTENT="noindex,follow"> + $meta + </HEAD> + <BODY BGCOLOR="#ffffff"> + <h1>The $listname Archives </h1> + <p> + You can get <a href="$listinfo">more information about this list</a>. + </p> + $noarchive_msg + $archive_listing_start + $archive_listing + $archive_listing_end + </BODY> + </HTML> |
