-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtwitter2.html
37 lines (34 loc) · 1.57 KB
/
twitter2.html
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
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns#">
<head>
<title>I don't have a title</title>
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:site" content="@CesiumJS" />
<meta property="twitter:title" content="I don't have a title" />
<meta property="twitter:description" content="<p>But here is some <a href="https://google.cm" target="_blank">markdown</a></p>
<ul>
<li>bullet 1</li>
<li>bullet 2</li>
</ul>" />
<meta property="twitter:image" content="https://cesium.com/ion/Images/home.jpg" />
<meta property="twitter:image:alt" content="Project cover image" />
<meta property="og:type" content="website" />
<meta property="og:title" content="I don't have a title" />
<meta property="og:description" content="<p>But here is some <a href="https://google.cm" target="_blank">markdown</a></p>
<ul>
<li>bullet 1</li>
<li>bullet 2</li>
</ul>" />
<meta property="og:image" content="https://cesium.com/ion/Images/home.jpg" />
<meta property="og:image:type" content="image/jpeg" <meta property="og:image:width" content="600" <meta property="og:image:height"
content="400" </head>
<body>
<p>But here is some
<a href="https://google.cm" target="_blank">markdown</a>
</p>
<ul>
<li>bullet 1</li>
<li>bullet 2</li>
</ul>
</body>
</html>