comparison mod_register_web/templates/success.html @ 1227:6015434f0e05

mod_register_web: Move HTML into separate template files
author Kim Alvefur <zash@zash.se>
date Sat, 30 Nov 2013 18:57:54 +0100
parents
children
comparison
equal deleted inserted replaced
1226:0667624637da 1227:6015434f0e05
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>Registration succeeded!</title>
6 </head>
7 <body>
8 <h1>Registration succeeded!</h1>
9 <p>Your account is</p>
10 <pre>{jid}</pre>
11 <p>- happy chatting!</p>
12 </body>
13 </html>