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
<!-- IE10 Pinned Tile --> | |
<meta name="msapplication-TileColor" content="#202020"/> | |
<meta name="msapplication-TileImage" content="/static/images/favtile-144px.png"/> | |
<!-- IE9/IE10 Pinned Site --> | |
<link rel="shortcut icon" type="image/x-icon" href="/static/images/favicon.ico" /> | |
<meta name="application-name" content="Name" /> | |
<meta name="msapplication-tooltip" content="Tooltip" /> | |
<meta name="msapplication-navbutton-color" content="#1EAFFF" /> | |
<meta name="msapplication-tap-highlight" content="no" /> |
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
<meta property="og:url" content="http://www.domain.com" /> | |
<meta property="og:title" content="My Title" /> | |
<meta property="og:description" content="My Description." /> | |
<meta property="og:image" content="my-image.jpg" /> |
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
<!-- Google Analytics --> | |
<script type="text/javascript"> | |
var _gaq = _gaq || []; | |
if (window.location.host === 'test.appspot.com'){ | |
_gaq.push(['_setAccount', 'UA--XXXXXXX-X']); | |
} | |
else if (window.location.host === 'www.domain.com'){ | |
_gaq.push(['_setAccount', 'UA-XXXXXXX-X']); | |
} |
NewerOlder