Advertisement
Guest User

Untitled

a guest
Apr 8th, 2021
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.43 KB | None | 0 0
  1. <div id="modal" class="modal modal__bg modal--active" role="dialog" aria-hidden="true">
  2.         <div class="modal__dialog">
  3.             <div class="modal__content modal__content--active">
  4.  
  5.                 <form method="post" action="/">
  6.                     <div class="demo-btns">
  7.                         <div class="info">
  8.                             <div class="buttons">
  9.                                 <p><input type="text" name="userName" placeholder="Name:" size="18"></p>
  10.                                 <p><input type="text" name="roomCode" placeholder="Code of the room:" size="18"></p>
  11.                                 <input type="submit" class="modal__trigger2" value="Join Room">
  12.                             </div>
  13.                         </div>
  14.                     </div>
  15.                 <input name="__RequestVerificationToken" type="hidden" value="CfDJ8I6UWVw-aOxJs6xibEIzZK7OvNlYibtcCmGc30ezYnw2L9so9Ov-Jz6mfz2mTgLGXHLd1S5YhZAYhx000qKPRXWdCcyOC37KEvTRwbMeiaVGQVApp70FsD4VLCgZGwasGpYTlxsbsWt3NME08Eg__28"></form>
  16.                 <!-- modal close button -->
  17.                 <a href="" class="modal__close demo-close">
  18.                     <svg class="" viewBox="0 0 24 24"><path d="M19 6.41l-1.41-1.41-5.59 5.59-5.59-5.59-1.41 1.41 5.59 5.59-5.59 5.59 1.41 1.41 5.59-5.59 5.59 5.59 1.41-1.41-5.59-5.59z"></path><path d="M0 0h24v24h-24z" fill="none"></path></svg>
  19.                 </a>
  20.             </div>
  21.         </div>
  22.     </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement