Last active
October 21, 2022 14:12
-
-
Save polluterofminds/35e8847d8588dd6f58a61a6f6a806bf2 to your computer and use it in GitHub Desktop.
Initial twitter embed index.html
This file contains hidden or 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<meta name="twitter:card" content="player" /> | |
<meta name="twitter:site" content="@polluterofminds" /> | |
<meta name="twitter:title" content="Pinata Instant Games" /> | |
<meta | |
name="twitter:description" | |
content="Play HTML5 games from IPFS directly in your Twitter timeline." | |
/> | |
<meta | |
name="twitter:image" | |
content="" | |
/> | |
<meta | |
name="twitter:player" | |
content="" | |
/> | |
<meta name="twitter:player:width" content="480" /> | |
<meta name="twitter:player:height" content="480" /> | |
<title>Twitter Instant Game</title> | |
</head> | |
<body> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment