Guest User

Untitled

a guest
Oct 18th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <h1>Register new user</h1>
  2. <div>
  3. Username:<input type="text" id="unnew" placeholder="Username"></input>
  4. </div>
  5. <div>
  6. Password:<input type="password" id="pwnew" placeholder="Password"></input>
  7. </div>
  8. <button onclick="createUser()">Create</button>
  9. <div id='userListBox'>
  10. </div>
Add Comment
Please, Sign In to add comment