This repository has been archived on 2025-11-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
portfolio/remove.html
2018-11-17 18:10:52 +00:00

10 lines
198 B
HTML

<!DOCTYPE html>
<html>
<head>
<script src="/assets/cookies.js"></script>
</head>
<script>
Cookies.remove("demo.matthew-grove.ml-cookies-accepted");
</script>
</html>