summaryrefslogtreecommitdiff
path: root/templates/thankyou.html
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2015-07-29 19:09:24 -0700
committerMike Crute <mcrute@gmail.com>2015-07-29 19:09:24 -0700
commit68fa312eb6caa51c8d7d9d3b34711b75a52175eb (patch)
tree15d08166df3c7ec02ba98203da65bce8ddc8ea1d /templates/thankyou.html
downloadclepy_test-master.tar.bz2
clepy_test-master.tar.xz
clepy_test-master.zip
Initial import of corrupt HG repoHEADmaster
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