mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 01:43:08 +09:00
10 lines
No EOL
220 B
HTML
10 lines
No EOL
220 B
HTML
<html><head></head>
|
|
<body>
|
|
<basefont style="position: absolute;">
|
|
<div id="a" tabindex="1"><span style="position: absolute;"></span>
|
|
</div>
|
|
<script>
|
|
var y=document.getElementById('a');
|
|
y.focus();
|
|
</script>
|
|
</body></html> |