Advertisement
eqeqwan21

Untitled

Jun 16th, 2024
546
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.37 KB | None | 0 0
  1. <div class="notification-container">
  2.             <div class="loader" id="loader"></div>
  3.             <div class="bell disabled" id="notificationBell">
  4.             </div>
  5.             <span class="badge" id="eventCount">0</span>
  6.             <div class="dropdown" id="eventDropdown">
  7.                 <ul id="eventList">
  8.                 </ul>
  9.             </div>
  10.         </div>
  11.         <audio id="notificationSound" src="{{ base_uri }}/images/notification.mp3"></audio>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement