Copy-Proof-Image / index.html
Omnibus's picture
Update index.html
8d9010b
raw
history blame
1.4 kB
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Copy Proof Image</title>
<link rel="stylesheet" href="style.css" />
<meta name="twitter:card" content="player"/>
<meta name="twitter:site" content=""/>
<meta name="twitter:player" content="https://omnibus-copy-proof-image.static.hf.space"/>
<meta name="twitter:player:stream" content="https://omnibus-copy-proof-image.static.hf.space"/>
<meta name="twitter:player:width" content="100%"/>
<meta name="twitter:player:height" content="800px"/>
<meta property="og:title" content="Copy-proof Image"/>
<meta property="og:description" content="Demo of an image that produces a watermark when copied"/>
<meta property="og:image" content="https://huggingface.co/spaces/Omnibus/Copy-Proof-Image/resolve/main/thumbnail.jpg"/>
</head>
<body>
<div class="card">
<h1>Copy-proof Image</h1>
<p>Copy/Paste Me!</p>
<div class = "imbox">
<img src='https://huggingface.co/datasets/Omnibus/watermark-images/resolve/main/pairs/b95bb37e-e413-4916-9961-b17cdf0370e2-1.png' class="im1">
<img src='https://huggingface.co/datasets/Omnibus/watermark-images/resolve/main/pairs/b95bb37e-e413-4916-9961-b17cdf0370e2-2.png' class="im2">
</div>
</div>
</body>
</html>