mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-24 05:13:07 +09:00
11 lines
275 B
HTML
11 lines
275 B
HTML
<html>
|
|
<head></head>
|
|
<body>
|
|
<fieldset>
|
|
<div style="float: left; display: block; padding-left: 0px; padding-right: 0px;">test</div>
|
|
</fieldset>
|
|
<fieldset>
|
|
<div style="float: right; display: block; padding-left: 0px; padding-right: 0px;">test</div>
|
|
</fieldset>
|
|
</body>
|
|
</html>
|