-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample3.html
More file actions
67 lines (56 loc) · 2.82 KB
/
example3.html
File metadata and controls
67 lines (56 loc) · 2.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Quote text from title</title>
<style type="text/css">
/* just in case */
</style>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="This is description. Description can be as long as you want">
<meta name="keywords" content="quite tokens">
<meta name="robots" content="noarchive">
<link rel="shortcut icon" href="https://textjoint.github.io/highlight/images/favicon.ico">
<link rel="canonical" href="https://textjoint.com">
<meta property="og:title" content="This is OG Title">
<meta property="og:description" content="The optimum OG Description length is 55 characters or under. The maximum recommended OG Description length is 200 characters or under.">
<meta property="og:url" content="https://textjoint.com">
<meta property="og:site_name" content="This is site_name OG">
<meta property="og:type" content="article">
<meta property="og:image" content="https://textjoint.github.io/highlight/images/ogimage.png">
<meta name="twitter:dnt" content="on">
<meta name="twitter:site" content="https://textjoint.com">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:creator" content="@jurijsks">
<!-- Title of content (max 70 characters) -->
<meta name="twitter:title" content="This is twitter Title">
<!-- Description of content (maximum 200 characters)
A description that concisely summarizes the content as appropriate for presentation within a Tweet.
You should not re-use the title as the description or use this field to describe the general services provided by the website.
Platform specific behaviors:
* iOS, Android: Not displayed
* Web: Truncated to three lines in timeline and expanded Tweet
-->
<meta name="twitter:description" content="This is twitter Description">
<!--
A URL to a unique image representing the content of the page.
You should not use a generic image such as your website logo, author photo, or other image that spans multiple pages.
Images for this Card support an aspect ratio of 2:1 with minimum dimensions of 300x157 or maximum of 4096x4096 pixels.
Images must be less than 5MB in size.
JPG, PNG, WEBP and GIF formats are supported.
Only the first frame of an animated GIF will be used. SVG is not supported.
-->
<meta name="twitter:image" content="https://textjoint.github.io/highlight/images/twitterimage.png">
<!--
https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/summary-card-with-large-image
https://developer.twitter.com/en/docs/twitter-for-websites/webpage-properties
-->
</head>
<body>
<p>
some content that is not relevant here.
</p>
<p>Or maybe it is</p>
</body>
</html>