mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-29 18:58:40 +09:00
8 lines
136 B
HTML
8 lines
136 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<script type="text/javascript">
|
|
document.removeChild(document.documentElement);
|
|
</script>
|
|
</body>
|
|
</html>
|