banner.ejs 461 B

1234567891011
  1. <div id="banner" class="banner" style="display:none;">
  2. <div></div>
  3. <p></p>
  4. <button>
  5. <svg width="18" height="18" viewBox="0 0 24 24" fill="rgb(200, 0, 0)" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
  6. <circle cx="12" cy="12" r="10"></circle>
  7. <line x1="15" y1="9" x2="9" y2="15"></line>
  8. <line x1="9" y1="9" x2="15" y2="15"></line>
  9. </svg>
  10. </button>
  11. </div>