summaryrefslogtreecommitdiff
path: root/website/list/unsubscribed.php
blob: e8b224e761438871b78710591cdef0f7bdbf8ff4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
  include 'main.inc.php';
  Top("Unsubscribed!");
?>

<p>
You have been unsubscribed from our mailing list.
</p>

<p>
<a href="http://audacity.sourceforge.net/">Click here to return to the Audacity home page</a>
</p>

<?php Bottom(); ?>