Omnibus commited on
Commit
982ecec
1 Parent(s): f8f312d

Create ai.html

Browse files
Files changed (1) hide show
  1. ai.html +20 -0
ai.html ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <meta name="viewport" content="width=device-width" />
6
+ <title>Copy Proof Image</title>
7
+ <link rel="stylesheet" href="style.css" />
8
+ <meta name="twitter:card" content="player"/>
9
+ <meta name="twitter:site" content=""/>
10
+ <meta name="twitter:player" content="https://omnibus-copy-proof-image.static.hf.space/back.html"/>
11
+ <meta name="twitter:player:stream" content="https://omnibus-copy-proof-image.static.hf.space/back.html"/>
12
+ <meta name="twitter:player:width" content="100%"/>
13
+ <meta name="twitter:player:height" content="100%"/>
14
+ <meta property="og:title" content="Copy-proof Image"/>
15
+ <meta property="og:description" content="Demo of an image that produces a watermark when copied"/>
16
+ <meta property="og:image" content="https://huggingface.co/spaces/Omnibus/Copy-Proof-Image/resolve/main/thumbnail.jpg"/>
17
+ </head>
18
+ <body>
19
+ </body>
20
+ </html>