Advertisement
Guest User

Untitled

a guest
Oct 20th, 2014
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  5. <link rel="stylesheet" href="http://spacehotel.com.br/habblet/css/registro.css" type="text/css" />
  6. <script src="http://spacehotel.com.br/habblet/js/v3_landing_top.js" type="text/javascript"></script>
  7. </head>
  8. <script>
  9. var andSoItBegins = (new Date()).getTime();
  10. var habboPageInitQueue = [];
  11. var habboStaticFilePath = "http://spacehotel.com.br/web-gallery";
  12. </script>
  13. <script type="text/javascript">
  14. function initChangePasswordForm() {
  15. ChangePassword.init();
  16. }
  17. if (window.HabboView) {
  18. HabboView.add(initChangePasswordForm);
  19. } else if (window.habboPageInitQueue) {
  20. habboPageInitQueue.push(initChangePasswordForm);
  21. }
  22. </script>
  23. <script>
  24. habboPageInitQueue.push(function() {
  25. if (!LandingPage.focusForced) {
  26. LandingPage.fieldFocus('credentials-email');
  27. }
  28. });
  29. </script>
  30. <div id="alerts">
  31. <script type="text/javascript">
  32. document.cookie = "habbotestcookie=supported";
  33. var cookiesEnabled = document.cookie.indexOf("habbotestcookie") != -1;
  34. if (cookiesEnabled) {
  35. var date = new Date();
  36. date.setTime(date.getTime()-24*60*60*1000);
  37. document.cookie="habbotestcookie=supported; expires="+date.toGMTString();
  38. } else {
  39. if (window.habboPageInitQueue) {
  40. // jquery might not be loaded yet
  41. habboPageInitQueue.push(function() {
  42. $('#alert-cookies-container').show();
  43. });
  44. } else {
  45. $('alert-cookies-container').show();
  46. }
  47. }
  48. </script>
  49. </div>
  50. <form id="register-new-user" autocomplete="off">
  51. <input type="hidden" name="next" value="">
  52. <font color="#696969" face="verdana" size="3"> Usuário
  53. <input type="text" name="registrationBean_username" id="registration-username" value="" placeholder="Usuário" class="input-registro">
  54. Senha
  55. <input type="password" name="registrationBean_password" maxlength="32" value="" placeholder="Senha" class="input-registro">
  56. Rescreva a senha
  57. <input type="password" name="registrationBean_password2" id="registration-password2" maxlength="32" value="" placeholder="Reescreva sua Senha" class="input-registro">
  58. E-mail
  59. <input type="email" name="registrationBean_email" id="registration-email" value="" placeholder="E-mail" class="input-registro">
  60.  
  61.  
  62.  
  63. <label for="tos" class="details checkbox"><br />
  64. </label>
  65. <p class="checkbox-container">
  66. <a href="#" class="button not-so-large register-submit" id="button-login"><b></b><span>Criar Conta!</span></a>
  67. </p>
  68.  
  69.  
  70. </form>
  71.  
  72. <script src="http://spacehotel.com.br/habblet/js/v3_landing_bottom.js" type="text/javascript"></script>
  73.  
  74. </body>
  75. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement