Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. <div id="userFormArea" class="row login-form">
  2. <div class="col-12">
  3. <!-- ADD DESCRIPTION HERE -->
  4. <!-- <h2 class="text-center">Welcome to VAnime</h2>
  5. <p class="text-center">The hot new video synchronization platform used to watch videos in realtime with
  6. friends!</p>
  7. <hr style="height:20pt; visibility:hidden;" /> -->
  8. <div class="box-wrapper">
  9.  
  10. <div class="form-wrapper">
  11. <h5 class="text-center">Create Or Join a Room! </h5>
  12. <form id="userForm">
  13. <div class="form-group">
  14. <p class="missing-info" id="missinginfo"></p>
  15. <!-- <label>Enter Name</label> -->
  16. <input class="form-control" id="username" placeholder="Enter Username" />
  17. <p class="missing-info" id="missinginfo2"></p>
  18. <!-- <label>Enter Room ID (Default 1)</label> -->
  19. <button type="button" onClick="randomroom()" class="btn btn-sm random">Random</button>
  20. <br />
  21. <input class="form-control" id="roomnum" placeholder="Enter Room ID" />
  22. <br />
  23.  
  24. <input style="margin-top: 10px;" type="submit" class="btn btn-primary login-btn" value="Enter" />
  25. <!-- <hr style="height:65pt; visibility:hidden;" /> -->
  26. </div>
  27. </form>
  28. </div>
  29.  
  30. </div>
  31. </div>
  32.  
  33. </div>
  34. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement