allow history to work in webkit browsers
[gae-samples.git] / secret_valentine / sent.html
blobb31a33dba663c4db51af838124a16eaef3e6fbb6
1 <html>
2 <head>
3 <title>Message has been sent</title>
4 </head>
5 <body>
6 <h1>Message has been sent</h1>
8 <table><tr><td width="640">
9 <p>Your message has been successfully sent.{% if mime_message %}
10 The source code for the email is very similar to the following:
11 <blockquote style="border: 1px solid black; background: #ffffd0;
12 padding: 8"><code=red>
13 <pre>{{ mime_message }}</pre>
14 </code></blockquote>{% endif %}
15 </td></tr></table>
17 <p>Click <a href="compose">here</a> to send another.
19 </body>
20 </html>