Mercurial > hg > rc2
comparison skins/larry/watermark.html @ 0:4681f974d28b
vanilla 1.3.3 distro, I hope
author | Charlie Root |
---|---|
date | Thu, 04 Jan 2018 15:52:31 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:4681f974d28b |
---|---|
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> |