mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 03:43:16 +09:00
10 lines
185 B
HTML
10 lines
185 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body onload="document.getElementById('div').firstChild.data = 'x';">
|
|
|
|
<div style="display: table-footer-group;" id="div"> </div>
|
|
|
|
</body>
|
|
</html>
|