Mercurial > hg > rc1
comparison skins/larry/watermark.html @ 0:1e000243b222
vanilla 1.3.3 distro, I hope
| author | Charlie Root |
|---|---|
| date | Thu, 04 Jan 2018 15:50:29 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:1e000243b222 |
|---|---|
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 3 <head> | |
| 4 <title></title> | |
| 5 <style type="text/css"> | |
| 6 | |
| 7 html, body { | |
| 8 height: 95%; | |
| 9 } | |
| 10 | |
| 11 body { | |
| 12 background: url(images/watermark.jpg?v=e784.5000) center no-repeat #fff; | |
| 13 } | |
| 14 | |
| 15 </style> | |
| 16 </head> | |
| 17 <body> | |
| 18 | |
| 19 </body> | |
| 20 </html> |
