mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
12 lines
139 B
HTML
12 lines
139 B
HTML
|
|
<!DOCTYPE HTML>
|
||
|
|
<title>orange square</title>
|
||
|
|
<style>
|
||
|
|
|
||
|
|
div {
|
||
|
|
width: 200px;
|
||
|
|
height: 200px;
|
||
|
|
background: orange;
|
||
|
|
}
|
||
|
|
|
||
|
|
</style>
|
||
|
|
<div></div>
|