mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-19 02:43:07 +09:00
16 lines
317 B
HTML
16 lines
317 B
HTML
<!DOCTYPE html>
|
|
<html lang="en" dir="ltr">
|
|
<head>
|
|
<script type="text/javascript">
|
|
function setCookie()
|
|
{
|
|
var date = new Date();
|
|
date.setDate(new Date().getDate() + 36);
|
|
document.cookie = "litmus_1=true;expires=" + date.toGMTString();
|
|
}
|
|
</script>
|
|
</head>
|
|
|
|
<body onload="setCookie()">
|
|
</body>
|
|
</html>
|