Spaces:
Running
Running
Update index.html
Browse files- index.html +5 -4
index.html
CHANGED
@@ -10,16 +10,17 @@
|
|
10 |
<meta name="author" content="Name Surname">
|
11 |
<meta name="copyright" content="Company Name © Year">
|
12 |
<link rel="canonical" href="https://omnibus-txt2link-static.static.hf.space/" />
|
|
|
|
|
|
|
|
|
13 |
<meta property="og:type" content="website" />
|
14 |
<meta property="og:url" content="https://omnibus-txt2link-static.static.hf.space/index.html" />
|
15 |
<meta property="og:site_name" content="URL to Link Tool" />
|
16 |
<meta property="og:title" content="URL to Link Tool" />
|
17 |
<meta property="og:description" content="Description of Page Content" />
|
18 |
<meta property="og:image" content="https://pbs.twimg.com/profile_images/1628290316775362561/9o3TAKO0_400x400.jpg" />
|
19 |
-
|
20 |
-
<meta name="twitter:title" content="URL to Link Tool" />
|
21 |
-
<meta name="twitter:description" content="A tool that generates links from a URL string" />
|
22 |
-
<meta name="twitter:image" content="https://pbs.twimg.com/profile_images/1628290316775362561/9o3TAKO0_400x400.jpg" />
|
23 |
<meta name="format-detection" content="telephone=no" />
|
24 |
|
25 |
<link rel="stylesheet" href="style.css" />
|
|
|
10 |
<meta name="author" content="Name Surname">
|
11 |
<meta name="copyright" content="Company Name © Year">
|
12 |
<link rel="canonical" href="https://omnibus-txt2link-static.static.hf.space/" />
|
13 |
+
<meta name="twitter:card" content="summary_large_image" />
|
14 |
+
<meta name="twitter:title" content="URL to Link Tool" />
|
15 |
+
<meta name="twitter:description" content="A tool that generates links from a URL string" />
|
16 |
+
<meta name="twitter:image" content="https://pbs.twimg.com/profile_images/1628290316775362561/9o3TAKO0_400x400.jpg" />
|
17 |
<meta property="og:type" content="website" />
|
18 |
<meta property="og:url" content="https://omnibus-txt2link-static.static.hf.space/index.html" />
|
19 |
<meta property="og:site_name" content="URL to Link Tool" />
|
20 |
<meta property="og:title" content="URL to Link Tool" />
|
21 |
<meta property="og:description" content="Description of Page Content" />
|
22 |
<meta property="og:image" content="https://pbs.twimg.com/profile_images/1628290316775362561/9o3TAKO0_400x400.jpg" />
|
23 |
+
|
|
|
|
|
|
|
24 |
<meta name="format-detection" content="telephone=no" />
|
25 |
|
26 |
<link rel="stylesheet" href="style.css" />
|