mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
284 B
HTML
13 lines
284 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<div style="padding: 10px;
|
|
width: 100px;
|
|
height: 100px;
|
|
background-color: black;
|
|
border: 10px solid black;
|
|
background-clip: content-box;">
|
|
</div>
|
|
</body>
|
|
</html>
|