Parent Directory
|
Revision Log
New
1 | wakaba | 1.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 | } | ||
9 | </style> | ||
10 | </head> | ||
11 | <body> | ||
12 | <h1><code>url()</code></h1> | ||
13 | <p id="result">........</p> | ||
14 | </body> | ||
15 | </html> |
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |