mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
28 lines
551 B
HTML
28 lines
551 B
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>empty_image</title>
|
|
<style type="text/css">
|
|
ul.one {
|
|
list-style: url(blue_square.gif) circle
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<ul class="one">
|
|
<li>List item should be designated by an image, or if image cannot be displayed, by a circle</li>
|
|
<li>List item should be designated by an image, or if image cannot be displayed, by a circle</li>
|
|
<li>List item should be designated by an image, or if image cannot be displayed, by a circle</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|