Created
March 18, 2025 03:59
-
-
Save tranchausky/3c79ade3bc30eec8b613a61639c9d87e to your computer and use it in GitHub Desktop.
cách load js module
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Cookie Consent</title> | |
<script type="module" src="cookieconsent-config.js"></script> | |
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/orestbida/[email protected]/dist/cookieconsent.css"> | |
</head> | |
<body> | |
<script> | |
</script> | |
</body> | |
</html> |
Author
tranchausky
commented
Mar 18, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment