mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
8 lines
208 B
HTML
8 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>
|