mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
11 lines
168 B
HTML
11 lines
168 B
HTML
|
<!doctype html>
|
||
|
<style>
|
||
|
div {
|
||
|
border-width: 0 27px 0 27px;
|
||
|
-moz-border-image: url("reticule.png") 27 round;
|
||
|
width: 216px;
|
||
|
height: 108px;
|
||
|
}
|
||
|
</style>
|
||
|
<div></div>
|