summaryrefslogtreecommitdiff
path: root/website/list/alreadyon.php
blob: e2b74344169f17e817ad32c123ec98ba00ea1a7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
  include 'main.inc.php';
  Top("Already On Our Mailing List");
?>

<p>
The email address you entered is already 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();  
?>