Omnibus commited on
Commit
3df65f4
·
1 Parent(s): be9fc2d

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +23 -16
index.html CHANGED
@@ -1,22 +1,29 @@
1
  <!DOCTYPE html>
2
  <html>
3
  <head>
4
- <meta charset="utf-8" />
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">
 
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">