summaryrefslogtreecommitdiff
path: root/templates/thankyou.html
blob: 7318f84ed1e59c5c62fca6eb4e9a72942396fa12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
	<title>Register for Clepy</title>
	<link rel="stylesheet" href="static/css/blueprint/screen.css" type="text/css" media="screen, projection">
	<link rel="stylesheet" href="static/css/blueprint/print.css" type="text/css" media="print">	
	<!--[if lt IE 8]><link rel="stylesheet" href="static/css/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
</head>
<body>
	<div class="container">
		<h1>Thanks for registering!</h1>
		<hr>
		<p>Please print this page for your records</p>
		<p>Name: ${name}<br>Email: ${email}<br>Food preference: ${food}</p>
	</div>
</body>
</html>