mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-20 14:19:31 +00:00
10 lines
258 B
HTML
10 lines
258 B
HTML
<!-- Any copyright is dedicated to the Public Domain.
|
|
http://creativecommons.org/publicdomain/zero/1.0/ -->
|
|
<html>
|
|
<head>
|
|
<meta charset=UTF-8>
|
|
<body>
|
|
<script>document.cookie = "found=another_cookie";</script>
|
|
</body>
|
|
</html>
|