UNPKG

accept-cookie-popup

Version:
19 lines (15 loc) 309 B
<!DOCTYPE html> <html lang="ru"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Cookie</title> </head> <body> <script src="./accept-cookie-popup.min.js"></script> <script> new AcceptCookiePopup(); </script> </body> </html>