mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 09:53:07 +09:00
17 lines
233 B
HTML
17 lines
233 B
HTML
<DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script type="text/javascript">
|
|
|
|
function boom()
|
|
{
|
|
var t = document.body.firstChild;
|
|
t.data = "a" + t.data;
|
|
}
|
|
|
|
</script>
|
|
</head>
|
|
|
|
<body onload="boom();" style="width: 1px;">b cك</body>
|
|
|
|
</html>
|