Spaces:
Running
Running
Update index.html
Browse files- index.html +12 -0
index.html
CHANGED
@@ -5,6 +5,18 @@
|
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
<title>My static Space</title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="card" id = "in_html" name="in_card">
|
|
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
<title>My static Space</title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
+
<meta charset="utf-8" />
|
9 |
+
<!--meta name="viewport" content="width=device-width" />
|
10 |
+
<meta name="twitter:card" content="player"/>
|
11 |
+
<meta name="twitter:site" content=""/>
|
12 |
+
<meta name="twitter:player" content="$space"/>
|
13 |
+
<meta name="twitter:player:stream" content="$space"/>
|
14 |
+
<meta name="twitter:player:width" content="100%"/>
|
15 |
+
<meta name="twitter:player:height" content="100%"/>
|
16 |
+
<meta property="og:title" content="$title"/>
|
17 |
+
<meta property="og:description" content="$description"/>
|
18 |
+
<meta property="og:image" content="$image"/>
|
19 |
+
<meta http-equiv="refresh" content="0; url=$redirect"-->
|
20 |
</head>
|
21 |
<body>
|
22 |
<div class="card" id = "in_html" name="in_card">
|