mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-24 13:23:08 +09:00
14 lines
292 B
HTML
14 lines
292 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<style>
|
|
textarea {
|
|
width: 100px;
|
|
height: 150px;
|
|
margin: 10px;
|
|
padding: 0;
|
|
}
|
|
</style>
|
|
<textarea style="direction:ltr"></textarea>
|
|
<textarea style="direction:rtl"></textarea>
|
|
<textarea style="direction:ltr"></textarea>
|
|
<textarea style="direction:rtl"></textarea>
|