mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
9 lines
145 B
HTML
9 lines
145 B
HTML
<html>
|
|
<body>
|
|
<script>
|
|
addEventListener("hashchange", function () {
|
|
document.body.style.backgroundColor = "red";
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|