mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
264 B
HTML
11 lines
264 B
HTML
|
<!DOCTYPE HTML>
|
||
|
<html>
|
||
|
<body>
|
||
|
<div style="height:100px; background-color:blue;"></div>
|
||
|
<div style="margin-top:100px; margin-bottom:100px;">
|
||
|
<div style="display:inline-block;"></div>
|
||
|
</div>
|
||
|
<div style="height:100px; background-color:blue;"></div>
|
||
|
</body>
|
||
|
</html>
|