-
Notifications
You must be signed in to change notification settings - Fork 0
/
thanks.php
20 lines (15 loc) · 1.03 KB
/
thanks.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
$page_title = 'Thanks!';
require_once('inc/pageHead.php');?>
<h1>Thank You</h1>
<p>Thank you for having signed up to support the campaign. You'll now receive:</p>
<ul>
<li>A Regular <a href="/news/newsletters/newsletter.php">Newsletter</a> from the Campaign</li>
<li>Information concerning <a href="/localgroups">Local Activities</a></li>
</ul>
<p>We will not spam you, nor will we sell-on your address to spammers: we hate spam as much as anyone else!</p>
<p>The newsletter is entirely opt-in: you'll receive an email from our list software (the address it will have came from is "[email protected]" — you may need to add that to your address book/whitelist it in your anti-spam software) containing instructions on what to do to subscribe</p>
<p>You may be interested in joining the <a href="http://forum.no2id.net">Forum</a> where you can discuss
matters concerning Identity Cards and the National Identification Register — the database Government
wants.</p>
<?php require_once('inc/pageFooter.php');?>