-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (47 loc) · 2.57 KB
/
Copy pathindex.html
File metadata and controls
48 lines (47 loc) · 2.57 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="google-site-verification"
content="V_HDiTP1C1aHySVkCM4-E_TZkgINo12MMwNkEICDeKc"
/>
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="manifest" href="/manifest.json" />
<link rel="apple-touch-icon" href="/icons/icon-512x512.png" />
<meta name="theme-color" content="#7564E2" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="title" content="Pomodoro" />
<meta
name="description"
content="Pomodoromate: Boost Your Productivity with the Pomodoro Technique and Integrated Task Manager. Pomodoromate is the perfect app for anyone looking to enhance productivity and efficiently manage daily tasks. Utilizing the renowned Pomodoro Technique, Pomodoromate helps you focus on your activities by breaking work into focused time intervals, interspersed with short breaks."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://focusmate.vercel.app" />
<meta property="og:title" content="Pomodoro" />
<meta
property="og:description"
content="Pomodoromate: Boost Your Productivity with the Pomodoro Technique and Integrated Task Manager. Pomodoromate is the perfect app for anyone looking to enhance productivity and efficiently manage daily tasks. Utilizing the renowned Pomodoro Technique, Pomodoromate helps you focus on your activities by breaking work into focused time intervals, interspersed with short breaks."
/>
<meta
property="og:image"
content="https://focusmate.vercel.app/banner.png"
/>
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://focusmate.vercel.app/" />
<meta property="twitter:title" content="Pomodoro" />
<meta
property="twitter:description"
content="Pomodoromate: Boost Your Productivity with the Pomodoro Technique and Integrated Task Manager. Pomodoromate is the perfect app for anyone looking to enhance productivity and efficiently manage daily tasks. Utilizing the renowned Pomodoro Technique, Pomodoromate helps you focus on your activities by breaking work into focused time intervals, interspersed with short breaks."
/>
<meta
property="twitter:image"
content="https://focusmate.vercel.app/banner.png"
/>
<title>Pomodoro</title>
</head>
<body class="bg-skin-background text-skin-primary-text">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>