Add page to remove my cookie (for testing)

This commit is contained in:
Matthew Grove
2018-11-17 17:59:19 +00:00
parent f0f2f4fa6f
commit 3a412eb8cb

6
remove.html Normal file
View File

@@ -0,0 +1,6 @@
<!DOCTYPE html>
<html>
<script>
Cookies.remove("demo.matthew-grove.ml-cookies-accepted");
</script>
</html>