mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
14 lines
145 B
HTML
14 lines
145 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<body dir="ltr">
|
||
|
|
<p>1
|
||
|
|
<p>2
|
||
|
|
<p>3
|
||
|
|
<style>
|
||
|
|
body {
|
||
|
|
display: -moz-box;
|
||
|
|
-moz-box-orient: vertical;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
</body>
|
||
|
|
</html>
|