mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
13 lines
268 B
HTML
13 lines
268 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<div style="display: table">
|
|
<div style="display: table-row-group">
|
|
<div style="display: table-row">
|
|
<input style="display: table-cell;" type="image">
|
|
<input style="display: table-cell;" type="image">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|