Copy-Proof-Image / index.html
Omnibus's picture
Update index.html
ff53aa7
raw
history blame contribute delete
No virus
683 Bytes
<!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" />
</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>