Parent Directory
|
Revision Log
New
1 | <!DOCTYPE html> |
2 | <html> |
3 | <head> |
4 | <title>url()</title> |
5 | <style type="text/css"> |
6 | #result { |
7 | background-image: url(../pass.png); |
8 | background-image: ur\l(../fail.png); |
9 | } |
10 | </style> |
11 | </head> |
12 | <body> |
13 | <h1><code>url()</code></h1> |
14 | <p id="result">........</p> |
15 | </body> |
16 | </html> |
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |