diff options
author | thomascube <thomas@roundcube.net> | 2005-09-25 14:18:03 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2005-09-25 14:18:03 +0000 |
commit | 4e17e6c9dbac8991ee8b302cb2581241247dc8bc (patch) | |
tree | d877546f6bd334b041734498e81f6299e005b01c /skins/default/watermark.html |
Initial revision
Diffstat (limited to 'skins/default/watermark.html')
-rw-r--r-- | skins/default/watermark.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/skins/default/watermark.html b/skins/default/watermark.html new file mode 100644 index 000000000..85e53652a --- /dev/null +++ b/skins/default/watermark.html @@ -0,0 +1,12 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +</head> +<body style="background-color:#F2F2F2;"> + +<div style="margin:10px auto; text-align:center"> +<img src="images/rcube_watermark.png" width="245" height="245" alt="" /> +</div> + +</body> +</html>
\ No newline at end of file |