forked from GroundhogNetwork/twitter-live-card
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a2e535f
commit ac7c9e8
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
|
||
<html> | ||
<head> | ||
<meta name="twitter:image" content="<!-- Fill in the body content here -->" /> | ||
<meta name="twitter:card" content="player" /> | ||
<meta name="twitter:title" content="DAI Card Test" /> | ||
<meta name="twitter:description" content="Twitter DAI CARD?" /> | ||
<meta name="twitter:player" content="https://daicard.io" /> | ||
<meta name="twitter:player:width" content="360" /> | ||
<meta name="twitter:player:height" content="800" /> | ||
<title> Title</title> | ||
</head> | ||
<body> | ||
Body Test | ||
</body> | ||
</html> |