forked from microsoft/pxt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.html
22 lines (20 loc) · 984 Bytes
/
meta.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!-- 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@">