mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-06 09:29:35 +00:00
12 lines
191 B
HTML
12 lines
191 B
HTML
<!doctype html>
|
|
<style>
|
|
div {
|
|
border-width: 0 27px 0 27px;
|
|
border-style: solid;
|
|
border-image: url("reticule.png") 27 fill round;
|
|
width: 216px;
|
|
height: 108px;
|
|
}
|
|
</style>
|
|
<div></div>
|