mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 10:23:08 +09:00
8 lines
127 B
HTML
8 lines
127 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script>
|
|
window.name = location.search.substring(1);
|
|
</script>
|
|
</head>
|
|
</html>
|