feat: add consent banner
This commit is contained in:
		| @@ -1,8 +1,12 @@ | ||||
| <!-- Cookie Consent Banner --> | ||||
| <div id="cookie-consent-banner" style="display:none; position:fixed; bottom:0; left:0; right:0; background:#333; color:#fff; padding:15px; text-align:center; z-index:9999;"> | ||||
|   We use cookies and analytics to improve your experience.  | ||||
|   <button id="accept-cookies" style="margin-left:10px; padding:5px 10px;">Accept</button> | ||||
|   <button id="reject-cookies" style="margin-left:5px; padding:5px 10px;">Reject</button> | ||||
| <div id="cookie-consent-banner" style="display:none;"> | ||||
|   <div class="cookie-text"> | ||||
|     We use cookies and analytics to improve your experience. | ||||
|   </div> | ||||
|   <div class="cookie-buttons"> | ||||
|     <button id="accept-cookies">Accept</button> | ||||
|     <button id="reject-cookies">Reject</button> | ||||
|   </div> | ||||
| </div> | ||||
|  | ||||
| <script> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user