forked from Melkeydev/astrostation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (76 loc) · 3.93 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/assets/images/index/favicon144x144.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Astrostation - Aesthetic Online Pomodoro Timer for Improved Productivity</title>
<meta
name="description"
content="A sleek and user-friendly aesthetic online Pomodoro Timer app for desktop and mobile browsers. Manage your time effectively and focus on studying, writing, or coding tasks. Try it now and experience improved productivity."
/>
<meta name="“robots”" content="index," follow” />
<!--Schema.org markup for Google-->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Astrostation",
"operatingSystem": "Windows","MacOS","Linux","Android","iOS",
"applicationCategory": "Productivity",
"applicationSubCategory": "Pomodoro Timer",
"features": "Pomodoro Timer","Lofi Music Station","Aesthetic Backgrounds","Spotify Integration", "Twitch Integration", "Sticky Note Widget", "Customization Settings"
"releaseNotes": " - Added Spotify Integration - Added Twitch Integration - Added Sticky Note Widget - Added Customization Settings - Added Lofi Music Station - Added Aesthetic Backgrounds - Added Pomodoro Timer - Now Open Source",
"screenshot": "https://cdn.discordapp.com/attachments/1025869984309719133/1082826273438580796/sdfsdffsf.png",
"abstract": "A sleek and user-friendly aesthetic online Pomodoro Timer app for desktop and mobile. Manage your time effectively and better focus on studying, writing, or coding tasks. Try it now and experience improved productivity.",
"audience": {
"@type": "Audience",
"audienceType": "End Users"
},
"creator": {
"@type": "Individual",
"name": "MelkeyDev",
"url": "https://twitter.com/MelkeyDev"
},
"contributor": {
"@type": "Organization",
"name": "MelkeyOSS",
"url": "https://github.com/MelkeyOSS/astrostation/blob/main/contributors.yml",
"dateCreated": "2022-06-01",
},
"headline": "Astrostation - Aesthetic Online Pomodoro Timer for Improved Productivity",
"inLanguage": "en",
"isAccessibleForFree": true,
"isFamilyFriendly": true,
"license": "MIT",
"url": "https://astrostation.me",
}
</script>
<!-- Control the content which renders when the page is shared on Facebook -->
<!--FACEBOOK-->
<meta property="og:title" content="Astrostation - Aesthetic Online Pomodoro Timer for Improved Productivity" />
<meta property="og:site_name" content="Astrostation" />
<meta property="og:url" content="https://astrostation.me" />
<meta
property="og:description"
content="A sleek and user-friendly aesthetic online Pomodoro Timer app for desktop and mobile. Manage your time effectively and better focus on studying, writing, or coding tasks. Try it now and experience improved productivity."
/>
<meta
property="og:image"
content="https://cdn.discordapp.com/attachments/1025869984309719133/1082826273438580796/sdfsdffsf.png"
/>
<!--TWITTER-->
<!-- Twitter uses some of the Open Graph declarations above plus these -->
<!-- Note the use of "name" and not "property" -->
<meta
name="twitter:card"
content="A sleek and user-friendly aesthetic online Pomodoro Timer app for desktop and mobile. Manage your time effectively and better focus on studying, writing, or coding tasks. Try it now and experience improved productivity."
/>
<meta name="twitter:site" content="@Astrostationme" />
<meta name="twitter:creator" content="@MelkeyDev" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>