welcome.template 301 B

123456789101112131415
  1. <html>
  2. <head>
  3. <title>
  4. Welcome!
  5. </title>
  6. </head>
  7. <body>
  8. <p>
  9. Welcome to bugs! Information for your account is as follows:<br/>
  10. Username: %username$s<br/>
  11. Password: %password$s<br/>
  12. If this is not your information please let the webmaster know at: %email$s
  13. </p>
  14. </body>
  15. </html>