-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (21 loc) · 1.12 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Focus Fox - Pomodoro technique-based focus timer that helps you stay in a flow state." />
<meta name="keywords" content="Pomodoro Timer, Pomodoro Technique, Productivity, Time Management, Application, Focus App, Timer, Work, ADHD, Free" />
<meta name="author" content="marinoffDev" />
<meta property="og:title" content="Focus Fox - Pomodoro Timer">
<meta property="og:description" content="Pomodoro technique-based focus timer that helps you stay in a flow state. 🦊💻">
<meta property="og:image" content="https://res.cloudinary.com/grffn/image/upload/v1728719686/Focus-Fox/og-image-gh.jpg">
<meta property="og:url" content="https://marinoffdev.github.io/Focus-Fox/">
<meta property="og:type" content="website">
<title>Focus Fox</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>