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
Matthew Grove a9815517c1 Revert "Implement Jekyll"
This reverts commit 35e4717740.
2019-01-24 19:16:21 +00:00

13 lines
269 B
HTML

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