mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 10:23:08 +09:00
9 lines
258 B
HTML
9 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>
|