Page MenuHomePhorge

watermark.html
No OneTemporary

Size
432 B
Referenced Files
None
Subscribers
None

watermark.html

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style type="text/css">
html, body { height: 100%; overflow: hidden; }
body {
background: url(images/logo.svg) center no-repeat #fff;
background-size: 30%;
background-blend-mode: luminosity;
}
body:before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; right: 0; background: rgba(255, 255, 255, .85); }
</style>
</head>
<body></body>
</html>

File Metadata

Mime Type
text/html
Expires
Fri, May 1, 5:07 PM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
599220
Default Alt Text
watermark.html (432 B)

Event Timeline