summaryrefslogtreecommitdiff
path: root/website/list/noton.php
diff options
context:
space:
mode:
Diffstat (limited to 'website/list/noton.php')
-rw-r--r--website/list/noton.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/website/list/noton.php b/website/list/noton.php
new file mode 100644
index 0000000..becd048
--- /dev/null
+++ b/website/list/noton.php
@@ -0,0 +1,14 @@
+<?php
+ include 'main.inc.php';
+ Top("Not on our list...");
+?>
+
+<p>
+Sorry, the email address you entered is not on our mailing list.
+</p>
+
+<p>
+<a href="http://audacity.sourceforge.net/">Click here to return to the Audacity home page</a>
+</p>
+
+<?php Bottom(); ?>