-
Notifications
You must be signed in to change notification settings - Fork 43
/
index.html
103 lines (100 loc) · 5.25 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" type="image/png" href="/assets/images/index/favicon144x144.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="format-detection" content="telephone=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="msapplication-TileImage" content="/favicon-144x144.png" />
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-144x144.png" />
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="canonical" href="https://www.astrostation.me" />
<meta name="theme-color" content="#ffffff" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Astrostation - Aesthetic Pomodoro Timer</title>
<meta
name="description"
content="An aesthetic and customizable Pomodoro Timer app. Increase your productivity and focus better while studying, writing, or coding."
/>
<meta name="“robots”" content="index," follow” />
<meta
name="keywords"
content="pomodoro technique, tomato timer, pomodoro timer, online pomodoro timer, software timer, pomodoro software timer, productivity tools, gtd, getting things done, productivity, digital timer, concentration techniques, pomodoro resources, pomodoro software, pomodoro technique, procrastination, productivity, to do, list, focus timer, task, be focused"
/>
<link rel="”publisher”" href="https://twitter.com/melkeydev" />
<!--Schema.org markup for Google-->
<script defer data-domain="astrostation.me" src="https://test.lpli.io/js/script.js"></script>
<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", "Track Progress", "Short and Long Breaks, Customizable", "Focus Music", "Lofi Music Station","Aesthetic Backgrounds","Spotify Integration", "Twitch Integration", "Sticky Note Widget", "Customization Settings"]
"releaseNotes": " Added Spotify Integration, Twitch Integration, Sticky Note Widget, Customization Settings, Lofi Music Station, Aesthetic Backgrounds, Pomodoro Timer, Now Open Source",
"screenshot": "https://pbs.twimg.com/profile_banners/1632969615373635585/1678241122/1500x500",
"abstract": "An aesthetic and customizable Pomodoro Timer app. Manage your time effectively and focus better while studying, writing, or coding.",
"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 Pomodoro Timer (Customize It!)",
"inLanguage": "en",
"isAccessibleForFree": true,
"isFamilyFriendly": true,
"license": "MIT",
"url": "https://astrostation.me",
}
</script>
<!--FB/Other Social Media (Open Graph Protocol)-->
<meta property="og:title" content="Astrostation - Aesthetic Pomodoro Timer" />
<meta property="og:site_name" content="Astrostation" />
<meta property="og:url" content="https://astrostation.me" />
<meta property="og:type" content="website" />
<meta
property="og:description"
content="An aesthetic and customizable Pomodoro Timer app. Manage your time effectively and focus better while studying, writing, or coding."
/>
<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="summary_large_image" />
<meta name="twitter:title" content="Astrostation - Aesthetic Pomodoro Timer" />
<meta
name="twitter:description"
content="An aesthetic and customizable Pomodoro Timer app. Manage your time effectively and focus better while studying, writing, or coding."
/>
<meta name="twitter:site" content="@Astrostationme" />
<meta name="twitter:creator" content="@MelkeyDev" />
<meta
name="twitter:image"
content="https://cdn.discordapp.com/attachments/1025869984309719133/1082826273438580796/sdfsdffsf.png"
/>
<meta name="twitter:image:alt" content="Screenshot of Astrostation - Aesthetic Pomodoro Timer Website App" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>