blob: 961f916e30d822870b97d3dfb67f80b9c6ce0844 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<!doctype html>
<html lang="en">
<head>
<meta property="twitter:site" content="Player test site">
<meta name="description" content="Really just a test">
<meta property="twitter:title" content="Player test">
<meta property="twitter:description" content="Undescribable.">
<meta property="twitter:player" content="https://romangraef.github.io/opengraphtest/player-player.html">
<meta property="twitter:player:height" content="400">
<meta property="twitter:player:width" content="450">
<meta property="twitter:card" content="player">
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>This is for Twitter testing purposes only</title>
</head>
<body>
<h1>This is for Twitter testing purposes only!</h1>
</body>
</html>
|