-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (50 loc) · 2.55 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html>
<!-- Primary Meta Tags -->
<title>Twitter Anniversary Popup</title>
<meta name="title" content="Twitter Anniversary Popup" />
<meta
name="description"
content="Celebrate milestones with a personalized popup experience! Easily generate a unique link that opens a delightful popup within the Twitter app, allowing you to commemorate and share your special moments in a fun and interactive way. Engage your followers and relish the joy of celebrating anniversaries, achievements, and cherished memories, all within the familiar Twitter environment."
/>
<meta name="viewport" content="width=device-width" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<!-- TODO: TO EDIT -->
<meta
property="og:url"
content="https://twitter-anniversary-popup.vercel.app/"
/>
<meta property="og:title" content="Twitter Anniversary Popup" />
<meta
property="og:description"
content="Celebrate milestones with a personalized popup experience! Easily generate a unique link that opens a delightful popup within the Twitter app, allowing you to commemorate and share your special moments in a fun and interactive way. Engage your followers and relish the joy of celebrating anniversaries, achievements, and cherished memories, all within the familiar Twitter environment."
/>
<!-- TODO: TO EDIT -->
<meta
property="og:image"
content="https://metatags.io/images/meta-tags.png"
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<!-- TODO: TO EDIT -->
<meta
property="twitter:url"
content="https://twitter-anniversary-popup.vercel.app/"
/>
<meta property="twitter:title" content="Twitter Anniversary Popup" />
<meta
property="twitter:description"
content="Celebrate milestones with a personalized popup experience! Easily generate a unique link that opens a delightful popup within the Twitter app, allowing you to commemorate and share your special moments in a fun and interactive way. Engage your followers and relish the joy of celebrating anniversaries, achievements, and cherished memories, all within the familiar Twitter environment."
/>
<!-- TODO: TO EDIT -->
<meta
property="twitter:image"
content="https://metatags.io/images/meta-tags.png"
/>
<!-- Meta Tags Generated with https://metatags.io -->
<body>
<div id="root"></div>
<script src="src/index.tsx"></script>
</body>
</html>