File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1212 < script >
1313 window . global = window ;
1414 </ script >
15+
16+ <!-- Open graph meta tags -->
17+
18+ < meta property ="og:title " content ="<%- title %> " />
19+ < meta
20+ property ="og:description "
21+ content ="You're invited to join a call on Element Call "
22+ />
23+ < meta property ="og:type " content ="website " />
24+ < meta property ="og:image " content ="favicon.png " />
25+
26+ < meta name ="twitter:card " content ="summary_large_image " />
27+ < meta name ="twitter:title " content ="<%- title %> " />
28+ < meta
29+ name ="twitter:description "
30+ content ="You're invited to join a call on Element Call "
31+ />
32+ < meta name ="twitter:image " content ="favicon.png " />
1533 </ head >
1634
1735 <!-- The default class is: .no-theme {display: none}. It will be overwritten once the app is loaded. -->
You can’t perform that action at this time.
0 commit comments