mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-20 11:23:07 +09:00
16 lines
187 B
HTML
16 lines
187 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script type="text/javascript">
|
|
|
|
function boom()
|
|
{
|
|
document.documentElement.focus();
|
|
}
|
|
|
|
</script>
|
|
</head>
|
|
|
|
<frameset onload="boom();"></frameset>
|
|
|
|
</html>
|