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> <html>
<head> <head>
<script src="/assets/cookies.js"></script> <script src="/assets/cookies.js"></script>
</head>
<script> <script>
Cookies.remove("demo.matthew-grove.ml-cookies-accepted"); Cookies.remove("demo.matthew-grove.ml-cookies-accepted");
</script> </script>
</head>
<body>
My cookie has been removed.
</body>
</html> </html>