Create index.html
Browse files- index.html +16 -0
index.html
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="utf-8" />
|
| 5 |
+
<meta name="twitter:card" content="player"/>
|
| 6 |
+
<meta name="twitter:site" content=""/>
|
| 7 |
+
<meta name="twitter:player" content="https://omnibus-maximum-multiplier-places.hf.space"/>
|
| 8 |
+
<meta name="twitter:player:stream" content="https://omnibus-maximum-multiplier-places.hf.space"/>
|
| 9 |
+
<meta name="twitter:player:width" content="100%"/>
|
| 10 |
+
<meta name="twitter:player:height" content="600"/>
|
| 11 |
+
<meta property="og:title" content="Embedded Live Viewer"/>
|
| 12 |
+
<meta property="og:description" content="Tweet Genie - A Huggingface Space"/>
|
| 13 |
+
<meta property="og:image" content="https://cdn.glitch.global/80dbe92e-ce75-44af-84d5-74a2e21e9e55/omnicard.png?v=1676772531627"/>
|
| 14 |
+
<!--<meta http-equiv="refresh" content="0; url=https://huggingface.co/spaces/corbt/tweet-genie">-->
|
| 15 |
+
</head>
|
| 16 |
+
</html>
|