Spaces:
Running
Running
Update index.html
Browse files- index.html +23 -16
index.html
CHANGED
@@ -1,22 +1,29 @@
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
<head>
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
</head>
|
21 |
<body>
|
22 |
<div class="card" id = "in_html" name="in_card">
|
|
|
1 |
<!DOCTYPE html>
|
2 |
<html>
|
3 |
<head>
|
4 |
+
<title>Page Title</title>
|
5 |
+
<meta charset="UTF-8">
|
6 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
7 |
+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
8 |
+
<meta name="description" content="A brief summary of the page content.">
|
9 |
+
<meta name="keywords" content="keyword1, keyword2, keyword3, …">
|
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 |
+
<meta name="twitter:card" content="summary_large_image" />
|
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 |
+
<!--link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
|
25 |
+
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
26 |
+
<link rel="manifest" href="/manifest.json"-->
|
27 |
</head>
|
28 |
<body>
|
29 |
<div class="card" id = "in_html" name="in_card">
|