mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
174bffdc75
--HG-- extra : rebase_source : 6e65e6265d1e3c8b1f2c90af4b78535c31aa0551
15 lines
218 B
HTML
15 lines
218 B
HTML
<!doctype html>
|
|
<html><head>
|
|
<style>
|
|
div {
|
|
margin: 27px;
|
|
border-width: 1em;
|
|
-moz-border-image: url("diamonds.png") 27 round stretch;
|
|
width: 270px;
|
|
height: 135px;
|
|
}
|
|
</style>
|
|
<body>
|
|
<div></div>
|
|
</body></html>
|