summaryrefslogtreecommitdiff
path: root/player.html
diff options
context:
space:
mode:
authorromangraef <roman.graef@gmail.com>2018-04-01 19:46:51 +0200
committerromangraef <roman.graef@gmail.com>2018-04-01 19:46:51 +0200
commit9351284cf8238d9ad81156166f3d7b95b66b3705 (patch)
tree83ef0c5f799d7c186875557859ac93129b920a81 /player.html
downloadopengraphtest-master.tar.gz
opengraphtest-master.tar.bz2
opengraphtest-master.zip
Initial commitHEADmaster
Diffstat (limited to 'player.html')
-rw-r--r--player.html21
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