blob: c4a4aec60a68bcd69257ecee0e93f90506e67c6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!doctype html>
<style>
div {
border-width: 27px 27px 27px 0;
border-style: solid;
border-image: url("reticule.png") 27 fill round;
width: 216px;
height: 108px;
}
</style>
<div></div>
|