2025-02-23 20:52:25 +01:00

15 lines
353 B
HTML

<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">html, body { height: 95%; }</style>
</head>
<body>
<script>
if (parent.rcmail.env.xwatermark !== undefined) {
document.body.style.background = "url(" + parent.rcmail.env.xwatermark + ") center center no-repeat";
}
</script>
</body>
</html>