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
brew unlink mariadb | |
brew install mariadb --devel | |
brew services restart mariadb |
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
<html> | |
<head> | |
<title>Twitter App Meta</title> | |
<meta name="twitter:card" content="app"> | |
<meta name="twitter:site" content="@TwitterDev"> | |
<meta name="twitter:description" content="Cannonball is the fun way to create and share stories and poems on your phone. Start with a beautiful image from the gallery, then choose words to complete the story and share it with friends."> | |
<meta name="twitter:image" content="https://yoursite.com/example.png" /> | |
<meta name="twitter:image:alt" content="This is an image alt" /> | |
<meta name="twitter:player" content="https://yoursite.com/container.html" /> | |
<meta name="twitter:player:width" content="480" /> |