Skip to content

Commit bbfa09a

Browse files
authored
Update index.html
1 parent c99a2b3 commit bbfa09a

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

index.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,24 @@
1111
<meta name="theme-color" content="#342356">
1212

1313
<!-- Favicon -->
14-
<link rel="icon" type="image/png" sizes="32x32" href="https://avatars.githubusercontent.com/WizardLoop">
15-
<link rel="icon" type="image/png" sizes="192x192" href="https://avatars.githubusercontent.com/WizardLoop">
16-
<link rel="apple-touch-icon" sizes="180x180" href="https://avatars.githubusercontent.com/WizardLoop">
17-
<link rel="shortcut icon" href="https://avatars.githubusercontent.com/WizardLoop">
14+
<link rel="icon" type="image/png" sizes="16x16" href="assets/16-16.png">
15+
<link rel="icon" type="image/png" sizes="32x32" href="assets/32-32.png">
16+
<link rel="icon" type="image/png" sizes="192x192" href="assets/192-192.png">
17+
<link rel="apple-touch-icon" sizes="180x180" href="assets/180-180.png">
18+
<link rel="shortcut icon" href="assets/32-32.png">
1819

1920
<!-- Open Graph (Facebook, WhatsApp, Telegram, LinkedIn) -->
20-
<meta property="og:title" content="MagicLottie Lottie/TGS Editor">
21+
<meta property="og:title" content="MagicLottie Lottie/TGS Editor">
2122
<meta property="og:description" content="Edit, preview, and export Lottie or TGS (Telegram) animations easily. 100% browser, open-source, mobile-first.">
22-
<meta property="og:image" content="https://avatars.githubusercontent.com/WizardLoop">
23+
<meta property="og:image" content="assets/512-512.png">
2324
<meta property="og:url" content="https://wizardloop.github.io/magiclottie/">
2425
<meta property="og:type" content="website">
2526

2627
<!-- Twitter Card -->
2728
<meta name="twitter:card" content="summary">
2829
<meta name="twitter:title" content="MagicLottie — Lottie/TGS Editor">
2930
<meta name="twitter:description" content="Mobile-first Lottie/TGS animation editor. Open, fast, and fun!">
30-
<meta name="twitter:image" content="https://avatars.githubusercontent.com/WizardLoop">
31+
<meta name="twitter:image" content="assets/512-512.png">
3132

3233
<style>
3334
html, body {

0 commit comments

Comments
 (0)