pxt-core-own
Version:
Microsoft MakeCode, also known as Programming Experience Toolkit (PXT), provides Blocks / JavaScript tools and editors
23 lines (20 loc) • 984 B
HTML
<!-- This file is typically overriden by the target, with own Twitter
account etc. Most data is taken from the theme file though.
-->
<!-- @include robotsmeta.html -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@twitter@" />
<meta name="twitter:title" content="@name@" />
<meta name="twitter:description" content="@description@" />
<meta name="twitter:image" content="@cardLogo@" />
<meta property="og:title" content="@name@" />
<meta property="og:site_name" content="Microsoft MakeCode" />
<meta property="og:type" content="website" />
<meta property="og:description" content="@description@" />
<meta property="fb:app_id" content="" />
<meta property="og:image" content="@cardLogo@" />
<meta name="format-detection" content="telephone=no">
<link rel="apple-touch-icon" href="@appLogo@">
<link rel="icon" type="image/png" href="@appLogo@">
<link rel="shortcut icon" href="@appLogo@">
<meta name="theme-color" content="@accentColor@">