Skip to content

Instantly share code, notes, and snippets.

@Arieg419
Created September 17, 2017 07:38
Show Gist options
  • Save Arieg419/8a28464b3e1a2c29207cfcdf3944a3ed to your computer and use it in GitHub Desktop.
Save Arieg419/8a28464b3e1a2c29207cfcdf3944a3ed to your computer and use it in GitHub Desktop.
index.html v2
<!DOCTYPE html>
<html>
<head>
<script>
document.cookie = "monster=cookie";
document.cookie = "favorite_food=chocolate_chip";
alert(document.cookie);
</script>
</head>
<body>
<h1>Cookies!</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment