mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 12:23:08 +09:00
7 lines
208 B
HTML
7 lines
208 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<div style="width:500px; height:200px; background:blue;"></div>
|
|
<div style="position:absolute; left:0; top:0; height:100px; width:100%; background:yellow"></div>
|
|
</body>
|
|
</html>
|