You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 lines
419 B

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Success!!!</title>
</head>
<body>
<a href="form-stage3.html">Back to form</a>
<h1>Success</h1>
<p>Thanks for signing up for our newsletter.</p>
<br>
<hr></hr>
<p><strong>You used the following name and email to sign up</strong></p>
<p>Name: </p><option value="name"></option>
<p>Email: </p><option value="email"></option>
</body>
</html>