diff options
Diffstat (limited to 'player.html')
-rw-r--r-- | player.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/player.html b/player.html new file mode 100644 index 0000000..961f916 --- /dev/null +++ b/player.html @@ -0,0 +1,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>
\ No newline at end of file |