lol


SUBMITTED BY: Guest

DATE: Sept. 24, 2013, 11:03 p.m.

FORMAT: Ruby

SIZE: 502 Bytes

HITS: 986

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta content='text/html; charset=UTF-8' http-equiv='Content-Type' />
  5. </head>
  6. <body>
  7. <h1>Welcome to example.com, <%= @user.name %></h1>
  8. <p>
  9. You have successfully signed up to example.com,
  10. your username is: <%= @user.login %>.<br/>
  11. </p>
  12. <p>
  13. To login to the site, just follow this link: <%= @url %>.
  14. </p>
  15. <p>Thanks for joining and have a great day!</p>
  16. </body>
  17. </html>

comments powered by Disqus