mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
268 B
HTML
14 lines
268 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<body>
|
||
|
<div style="display: table">
|
||
|
<div style="display: table-row-group">
|
||
|
<div style="display: table-row">
|
||
|
<input style="display: table-cell;" type="image">
|
||
|
<input style="display: table-cell;" type="image">
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|