Add cookie removal message

This commit is contained in:
Matthew Grove
2018-11-17 19:09:41 +00:00
parent ac060f7528
commit 772c6720ec

View File

@@ -2,8 +2,11 @@
<html>
<head>
<script src="/assets/cookies.js"></script>
</head>
<script>
Cookies.remove("demo.matthew-grove.ml-cookies-accepted");
</script>
</head>
<body>
My cookie has been removed.
</body>
</html>