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

<p>
The email address you entered was invalid.
</p>

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

<?php
  Bottom();  
?>