mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
7 lines
172 B
HTML
7 lines
172 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<script>
|
|
var p = new XMLHttpRequest();
|
|
p.open("GET", "529387-1-helper.svg", false);
|
|
p.send();
|
|
</script>
|
|
</html>
|