summaryrefslogtreecommitdiff
path: root/website/list/noton.php
blob: becd0485ed70eb891f6200a1aa96f32b412645a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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(); ?>