summaryrefslogtreecommitdiff
path: root/templates/thankyou.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/thankyou.html')
-rw-r--r--templates/thankyou.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/thankyou.html b/templates/thankyou.html
new file mode 100644
index 0000000..7318f84
--- /dev/null
+++ b/templates/thankyou.html
@@ -0,0 +1,17 @@
1<!DOCTYPE html>
2<html>
3<head>
4 <title>Register for Clepy</title>
5 <link rel="stylesheet" href="static/css/blueprint/screen.css" type="text/css" media="screen, projection">
6 <link rel="stylesheet" href="static/css/blueprint/print.css" type="text/css" media="print">
7 <!--[if lt IE 8]><link rel="stylesheet" href="static/css/blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
8</head>
9<body>
10 <div class="container">
11 <h1>Thanks for registering!</h1>
12 <hr>
13 <p>Please print this page for your records</p>
14 <p>Name: ${name}<br>Email: ${email}<br>Food preference: ${food}</p>
15 </div>
16</body>
17</html> \ No newline at end of file